centos7+ 在线yum安装docker-ce

yum install -y yum-utils   //扩展yum功能

yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo     //添加软件源信息

yum makecache fast   //自动选择最快yum仓库源

yum list docker-ce --showduplicates | sort -r

 yum -y install docker-ce-[VERSION]    //安装指定版本的格式 ,注意3:xxx 请移除3:

猜你喜欢

转载自www.cnblogs.com/AryaZ/p/11956786.html