Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

patch for docker 17.3.02-ce on centos7.4 not working #15

Open
luzhongming opened this issue Feb 17, 2019 · 2 comments
Open

patch for docker 17.3.02-ce on centos7.4 not working #15

luzhongming opened this issue Feb 17, 2019 · 2 comments

Comments

@luzhongming
Copy link

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.

@niusmallnan
Copy link

@luzhongming Please try this: #10 (comment)

@4admin2root
Copy link

4admin2root commented Feb 18, 2019

the same for me with
os: centos 7.2
kernel: 3.10.0-327.28.3.el7.x86_64

with centos 7.5, it works

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants