docker 安装最新版本

早过忘川 提交于 2020-08-17 07:57:44

1.
yum upgrade -y
yum -y install epel-release wget
yum install -y yum-utils device-mapper-persistent-data lvm2 wget
2.
yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo
yum makecache fast
3.
yum -y install docker-ce
4.
systemctl
enable docker
systemctl start docker

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!