error:docker-ce conflicts with 2:docker-1.13.1-74.git6e3bb8e.el7.centos.x86_64

服务器   发布日期:2025年07月10日   浏览次数:193

问题原因:安装docker之前有安装cockpit-docker服务

解决方法:卸载docker-ce

[root@localhost ~]# yum list installed | grep docker
docker-ce.x86_64 18.06..ce-.el7 @docker-ce-stable
[root@localhost ~]# yum remove -y docker-ce.x86_64
[root@localhost ~]# mv /var/lib/docker /tmp/

 

以上就是error:docker-ce conflicts with 2:docker-1.13.1-74.git6e3bb8e.el7.centos.x86_64的详细内容,更多关于error:docker-ce conflicts with 2:docker-1.13.1-74.git6e3bb8e.el7.centos.x86_64的资料请关注九品源码其它相关文章!