docker部署,启动失败 OCI runtime create failed: container

docker部署,启动失败 OCI runtime create failed: container,第1张

docker run hello-world

出现一下问题,

docker: Error response from daemon: OCI runtime create failed: container_linux.go:348:
starting container process caused "process_linux.go:297:copying bootstrap data to pipe caused \"write init-p: broken pipe\"": unknown.

看了一下docker --version

再看一下系统版本:

CentOS Linux release 7.2.1511 (Core)

感觉是 *** 作系统版本过低了,换一个低版本试一试

换到以下版本,

Client:
 Version:       17.12.1-ce
 API version:   1.35
 Go version:    go1.9.4
 Git commit:    7390fc6
 Built: Tue Feb 27 22:15:20 2018
 OS/Arch:       linux/amd64

就可以了!!!
 

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/langs/990847.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-21
下一篇 2022-05-21

发表评论

登录后才能评论

评论列表(0条)

保存