-
Notifications
You must be signed in to change notification settings - Fork 15
centos7 with docker 1.12.6 #10
Comments
centos7 with docker-ce-17.09.1 get the same error when start a container: Error response from daemon: oci runtime error: container_linux.go:265: starting container process caused "process_linux.go:270: running exec setns process for init caused "exit status 17"" |
@yubinhong @aeiougo Can you share you specific kernel version which binary you downloaded build1, build2, or build3 and whether you used the no-memfd_create binary or not? Linux 3.x that don't have the memfd_create syscall must use the no-memfd_create binaries from build3. |
The kernel version is 3.10.0-862.3.2.el7.x86_64 and i use the runc-v1.12.6-amd64-no-memfd_create binary. |
kernel: 3.10.0-327.el7.x86_64 when i used conmand |
@yubinhong @aeiougo |
I tried, but it didn't work. |
I try it on GCP, it can work:
|
I tested on centos7.1/7.2/7.4/7.5, only centos7.5 worked. |
Had the same issue on RHEL 7.4 but not on RHEL 7.5. Seems like it might be related to |
I replace the docker-runc , and then restart the docker daemon.It throw a exception when start a container.There is the error:
Error response from daemon: invalid header field value "oci runtime error: container_linux.go:247: starting container process caused "process_linux.go:245: running exec setns process for init caused \"exit status 19\""\n"
The text was updated successfully, but these errors were encountered: