Docker-ce安装

来自Linux78|wiki
yum install -y yum-utils device-mapper-persistent-data lvm2
yum-config-manager --add-repo https://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo
yum makecache fast
yum install docker-ce
#yum list docker-ce --showduplicates | sort -r
service docker start