docker错误

错误
OCI runtime create failed: unable to retrieve OCI runtime error 
(open /run/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/
2bdea037d06bf227f93a1d359965fb479be8a52bc393f1232f73c983e598037a/log.json: no such file or directory): 
docker-runc did not terminate sucessfully: unknown

 解决办法

yum install http://mirror.centos.org/centos/7/os/x86_64/Packages/libseccomp-2.3.1-3.el7.x86_64.rpm
yum install docker-ce

猜你喜欢

转载自keepgoingxjw.iteye.com/blog/2411466