检查配置
在安装 Docker 之前,先说一下配置,我这里是Centos7 Linux 内核:官方建议 3.10 以上,3.8以上貌似也可。
unname -r
安装
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 --showduplicates | sort -r
yum -y install docker-ce-18.03.1.ce //根据需要自己选择版本
systemctl start docker
systemctl enable docker
原创文章,作者:3628473679,如若转载,请注明出处:https://blog.ytso.com/277391.html