Docker container not starting giving “OCI runtime create failed”

女生的网名这么多〃 提交于 2019-12-05 04:33:59

RHEL 7.2 is no longer supported and Docker does not test their release against unsupported versions. You need to upgrade your OS, preferably to 7.4, to resolve this issue.

I've seen a few people with similar issues in the past few days that resolved this same error message by upgrading their OS. Some of the older packages no longer work with newer docker releases. One of those problems is an outdated libseccomp: https://github.com/moby/moby/issues/35906

I am able to resolve the issue by downgrading the docker version to 17.09.1-ce.

Restart the docker service in windows using the command - "Restart-Service docker" and in Linux (centos or RHEL7) "systemctl restart docker.service" as a root user . This may solve the problem.

I had the same issue, after modifying /etc/fstab and remounting all. A restart (of the host machine) fixed the issue.

As always there's surely something you could do to fix it without restarting, but restarting's probably just as quick even if you already knew what it was.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!