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
Task Type Bug Report
Category Kernel
Status Closed
Assigned To No-one
Architecture x86_64
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

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 
Comment by Daniel YC Lin (dlin) - Tuesday, 27 February 2018, 02:54 GMT
ref: https://github.com/moby/moby/issues/34301

maybe this is the same issue about "vsyscall=emulate"
Comment by Daniel YC Lin (dlin) - Tuesday, 27 February 2018, 03:02 GMT
I've changed my /etc/default/grub

GRUB_CMDLINE_LINUX="vsyscall=emulate"

Then, grub-mkconfig -o /boot/grub/grub.cfg

It works after pass grub option, please close this issue.

Loading...