前言
笔者维护的Docker版本为1.13.1,,在对其版本升级到19.03.12之后,启动旧版本创建的容器时遇到这个错误:
[root@Docker scripts]# docker start registry文章源自小柒网-https://www.yangxingzhen.cn/7224.html
Error response from daemon: Unknown runtime specified docker-runc文章源自小柒网-https://www.yangxingzhen.cn/7224.html
Error: failed to start containers: registry文章源自小柒网-https://www.yangxingzhen.cn/7224.html
解决过程
在查阅资料后,得知因为「当您从不兼容的版本升级docker并且升级后无法启动docker容器时会出现这种情况」,解决办法如下:文章源自小柒网-https://www.yangxingzhen.cn/7224.html
[root@Docker ~]# grep -rl 'docker-runc' /var/lib/docker/containers/ | xargs sed -i 's/docker-runc/runc/g'文章源自小柒网-https://www.yangxingzhen.cn/7224.html
[root@Docker ~]# systemctl restart docker文章源自小柒网-https://www.yangxingzhen.cn/7224.html
改完之后重启dokcer,容器就可以启动了。文章源自小柒网-https://www.yangxingzhen.cn/7224.html
[root@Docker scripts]# docker start d5ad943d45a1文章源自小柒网-https://www.yangxingzhen.cn/7224.html
d5ad943d45a1文章源自小柒网-https://www.yangxingzhen.cn/7224.html 文章源自小柒网-https://www.yangxingzhen.cn/7224.html
历史上的今天
6 月
23
- 2019Linux部署Zookeeper+Kafka
- 2019WordPress右侧边栏添加彩色标签 Docker最后更新:2022-12-6