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