FS#57657 - docker can not run centos 6 image on linux 4.15
Attached to Project:
Arch Linux
Opened by Daniel YC Lin (dlin) - Tuesday, 27 February 2018, 02:52 GMT
Last edited by Eli Schwartz (eschwartz) - Tuesday, 27 February 2018, 03:04 GMT
Opened by Daniel YC Lin (dlin) - Tuesday, 27 February 2018, 02:52 GMT
Last edited by Eli Schwartz (eschwartz) - Tuesday, 27 February 2018, 03:04 GMT
|
Details
Description:
After upgrade kernel from 4.14.15-1 to 4.15.5-1, docker can not run centos 6 image. Additional info: * package version(s) linux 4.14.15-1 * config and/or log files etc. Steps to reproduce: docker run --rm -it centos:6.7 |
This task depends upon
Closed by Eli Schwartz (eschwartz)
Tuesday, 27 February 2018, 03:04 GMT
Reason for closing: Duplicate
Additional comments about closing: FS#57336
Tuesday, 27 February 2018, 03:04 GMT
Reason for closing: Duplicate
Additional comments about closing:
maybe this is the same issue about "vsyscall=emulate"
GRUB_CMDLINE_LINUX="vsyscall=emulate"
Then, grub-mkconfig -o /boot/grub/grub.cfg
It works after pass grub option, please close this issue.