标签:软件包 mct 用户 emc man containe shel image inux
,yum-util 提供 yum-config-manager 功能,另外两个是 devicemapper 驱动依赖的。
yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo(中央仓库)
yum-config-manager --add-repo
https://mirrors.aliyun.com/docker/linux/centos/docker-ce/linux/centos/docker.repo(阿里仓库)
,我选的是docker-ce-18.03.1.ce。
systemctl start docker
,然后加入开机启动,命令:system enable docker
。这里是在 Xshell6 里看到的图
标签:软件包 mct 用户 emc man containe shel image inux
原文地址:https://www.cnblogs.com/zwxo1/p/13184402.html