docker run hello-world异常:Error response from daemon: OCI runtime create failed context canceled
描述:docker: Error response from daemon: OCI runtime create failed: container_linux.go:345: starting container process caused "process_linux.go:297: getting the final child's pid from pipe caused \...
·
描述:
docker: Error response from daemon: OCI runtime create failed: container_linux.go:345: starting container process caused "process_linux.go:297: getting the final child's pid from pipe caused \"EOF\"": unknown.
ERRO[0103] error waiting for container: context canceled
原因:
可能是由于在WSL的环境下,WSL目前应该属于WSL1,这并不是真正的Linux(大部分发行版带的东西,可能WSL不带,还要systemctl命令也不能用),大概到年底能发布的WSL2才是真正的把Linux内核整合到WIndows10中。目前看到的问题大部分都是WSL + Ubuntu + docker 18.x
解决:
把docker降低到稳定的17版本。(我是属于激进派,结果老是撞得头破血流)
卸载docker-ce
apt-get autoremove docker-ce
显示稳定可使用版本
apt-cache madison docker-ce
安装稳定版本
sudo apt-get install docker-ce=17.12.1~ce-0~ubuntu
然后继续运行
目前也在学习中,如有不正确或者不到位的地方,敬请指正!
更多推荐
已为社区贡献1条内容
所有评论(0)