Closed tiborsimko closed 6 years ago
FYI I was seeing troubles running ATLAS analysis base image on my system:
$ docker pull atlas/analysisbase $ docker run -i -t --rm atlas/analysisbase /bin/sh 139
This is basically the same problem as described in https://github.com/docker/for-linux/issues/58 related to CentOS6 images.
I had to boot with vsyscall=emulate to make it work.
vsyscall=emulate
Posting just in case somebody encounters the same problem.
FYI I was seeing troubles running ATLAS analysis base image on my system:
This is basically the same problem as described in https://github.com/docker/for-linux/issues/58 related to CentOS6 images.
I had to boot with
vsyscall=emulate
to make it work.Posting just in case somebody encounters the same problem.