@Docker[docker-ce安装]
安装必要系统工具- yum install -y yum-utils device-mapper-persistent-data lvm2
- yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo
- yum list docker-ce.x86_64 --showduplicates | sort -r
安装指定版本的Docker-CE: (VERSION 例如上面的 18.06.0.ce-3.el7)
- yum -y install docker-ce-[VERSION]
systemctl start docker && systemctl enable docker
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)