centos下的docker安装
源码仓库安装
wget https://download.docker.com/linux/centos/docker-ce.repo -O /etc/yum.repos.d/docker-ce.repo yum -y install docker-ce systemctl start docker
脚本安装
curl -fsSL https://get.docker.com |bash sh get-docker.sh
wget https://download.docker.com/linux/centos/docker-ce.repo -O /etc/yum.repos.d/docker-ce.repo yum -y install docker-ce systemctl start docker
curl -fsSL https://get.docker.com |bash sh get-docker.sh