docker: Error response from daemon: OCI runtime create failed 解决办法

wrong reason

After installation on the new server docker, found it impossible to run, often after a meal the search, found to be too high docker installed version, latest version of the docker-18.06kernel does not seem adequately tested on the release.
Leading to a run on the tips:

docker: Error response from daemon: OCI runtime create failed: container_linux.go:348: starting container process caused "process_linux.go:301: running exec setns process for init caused "exit status 23"": unknown.

Core edition

root@ebs-25698:~# docker-runc --version
runc version 1.0.0-rc5+dev.docker-18.06
commit: a592beb5bc4c4092b1b1bac971afed27687340c5
spec: 1.0.0

docker version is 18.06performed a downgrade version of the OS on it.

docker version downgrade method

  1. Run the command: apt-get install docker-ce=17.12.1~ce-0~ubuntudowngrade, if not installed, before apt-get remove docker-cethe docker unloading and reloading.
  2. Install other version, their own apt-cache policy docker-ceview of the current version can be installed.

Reference material

  1. https://github.com/docker/for-linux/issues/591

Guess you like

Origin www.cnblogs.com/seozed/p/10985003.html