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删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM