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-2026 CODEPRJ.COM