Error response from daemon: oci runtime error: container_linux.go:235: starting container process …………


在腾讯云的centos7上玩docker时,pull了一个tomcat images,使用docker run --name mytomcat -d tomcat:latest运行完后,使用docker ps并没有看到在运行的容器;再使用docker ps -a 发现是有创建到对应的mytomcat的,再用 docker start mytomcat想启动它,出现了这个错误提示:Error response from daemon: oci runtime error: container_linux.go:235: starting container process ………,找到一篇博客:https://blog.csdn.net/liqun_super/article/details/88304094。尝试 yum update后,发现能够docker start了,并且也可以运行了。

故此记录。

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



猜您在找 centos7.2部署docker-17.06.0-ce的bug:Error response from daemon: oci runtime error: container_linux.go:262: starting container process caused "process_linux.go:339: container init caused \"\"". kolla部署openstack allinone,报错APIError: 500 Server Error: Internal Server Error (\"oci runtime error: container_linux.go:235: starting container process caused \"container init exited prematurely docker启动报错 docker: Error response from daemon: OCI runtime create failed: container_linux.go:348 Docker OCI runtime exec failed: exec failed: container_linux.go:344: starting container process caus OCI runtime create failed: container_linux.go:380: starting container process caused: exec: OCI runtime create failed: container_linux.go:349: starting container process caused "exec: "bash": executable file not found in $PATH": unknown docker OCI runtime exec failed: exec failed: container_linux.go:349: starting container process caused "exec: \"bash\": executable file not found in $PATH": unknown docker - 进入容器报错:OCI runtime exec failed: exec failed: container_linux.go:370: starting container process caused: exec: "/bin/bash": stat /bin/bash: no such file or directory: unknown 查看容器ip时报错“OCI runtime exec failed: exec failed: container_linux.go:380: starting container process caused: exec: "ip": executable file not found in $PATH: unknown” docker exec 无法进入容器 OCI runtime exec failed、container_linux.go:348: starting container process caused "process_linux.go:78: starting setns process caused \"fork/exec /proc/self/exe: no such file
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM