加速

mkdir -p /etc/docker

1
2
3
4
5
tee /etc/docker/daemon.json << -'EOF'
{
"registry-mirrors": ["http://hub-mirror.c.c163.com"]
}
EOF

安装docker

1
2
export DOWNLOAD_URL="http://mirrors.163.com/docker-ce"
curl -fsSL https://get.docker.com/ | sh