5fc8494b82deb7487.jpg_fo742.jpg

yum install -y yum-utils device-mapper-persistent-data lvm2
yum-config-manager \
 --add-repo \
 https://download.docker.com/linux/centos/docker-ce.repo

yum makecache fast
yum install -y docker-ce
systemctl daemon-reload
systemctl enable docker
systemctl start docker

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注

Captcha Code