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


使用 kolla-ansible 部署 opnenstack:stein

執行 kolla-ansible -i ./all-in-one deploy 開始自動化部署

在部署過程中報錯,報錯信息如下:

 

解決辦法:

參考百度給出的原因為 linux 與 docker 版本的兼容性問題,可以嘗試重新安裝 docker

1.卸載舊版本 docker

yum remove docker  docker-common docker-selinux dockesr-engine -y

2.升級系統軟件

yum upgrade -y

3.安裝必要的一些系統工具

sudo yum install -y yum-utils device-mapper-persistent-data lvm2

4.添加軟件源信息

yum-config-manager --add-repo https://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo

5.更新並安裝 docker-ce

yum makecache fast
yum install docker-ce -y

6.啟動服務

systemctl daemon-reload
systemctl restart docker


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



猜您在找 Error response from daemon: oci runtime error: container_linux.go:235: starting container process ………… 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 \"\"". 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: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 OCI runtime exec failed: exec failed: container_linux.go:344: starting container process caus 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 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 docker啟動報錯 docker: Error response from daemon: OCI runtime create failed: container_linux.go:348
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM