标签:compose config docker-ce yum mapper inux tps cache repo
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 install makecache fast
yum install docker-ce
sudo systemctl start docker
docker run hello-word
sudo yum install epel-release
sudo yum install -y python-pip
sudo yum install docker-compose
sudo yum install git
标签:compose config docker-ce yum mapper inux tps cache repo
原文地址:https://www.cnblogs.com/yunwangjun-python-520/p/11450786.html