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了,并且也可以运行了。

故此记录。

原文地址:https://www.cnblogs.com/Guhongying/p/10873084.html