您的当前位置:TAGS -> docker-ce
  • error:docker-ce conflicts with 2:docker-1.13.1-74.git6e3bb8e.el7.centos.x86_64

    服务器2025年07月10日

    问题原因:安装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 ...

  • Centos 7 上安装docker-ce

    服务器2025年06月05日

    到目前为止,docker已经分化为两个主要分支 docker_ee: 企业版(docker enterprise edition) docer_ce: 社区版 (docker community edition) 本文主要介绍社区版的安装 配置更新yum源 设置yum源 # 安装yum工具包sudo yum install -y yum-utils # 添...