CentOS7之安装docker
CentOS7之安装docker
国内网络环境问题,导致安装docker不稳定,这里使用DaoCloud
-
docker:
curl -sSL https://get.daocloud.io/docker | sh
-
docker-compose:
-
curl -L https://get.daocloud.io/docker/compose/releases/download/1.27.4/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose
-
chmod +x /usr/local/bin/docker-compose
-
-
镜像:
curl -sSL https://get.daocloud.io/daotools/set_mirror.sh | sh -s http://f1361db2.m.daocloud.io
-
系统
-
sudo systemctl enable docker
-
sudo systemctl start docker
-