You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 2, 2024. It is now read-only.
After replacing the original docker-runc with runc-v17.03.2-amd64-no-memfd_create,trying to run a test container but failed:
docker run -it --rm busybox:latest echo ok
failed with following messages:
docker: Error response from daemon: oci runtime error: container_linux.go:247: starting container process caused "process_linux.go:245: running exec setns process for init caused "exit status 17"".
revert the docker-runc to the original one no errors.
The text was updated successfully, but these errors were encountered:
OS: CentOS7.4
Kernel: 3.10.0-693.21.1.el7.x86_64
Docker version: Docker version 17.03.2-ce, build f5ec1e2
Patch package: runc-v17.03.2-amd64-no-memfd_create
After replacing the original docker-runc with runc-v17.03.2-amd64-no-memfd_create,trying to run a test container but failed:
docker run -it --rm busybox:latest echo ok
failed with following messages:
docker: Error response from daemon: oci runtime error: container_linux.go:247: starting container process caused "process_linux.go:245: running exec setns process for init caused "exit status 17"".
revert the docker-runc to the original one no errors.
The text was updated successfully, but these errors were encountered: