We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e9cee9 commit cbfd611Copy full SHA for cbfd611
ezdown
@@ -162,7 +162,7 @@ function logger() {
162
163
function download_docker() {
164
if [[ "$REGISTRY_MIRROR" == CN ]];then
165
- DOCKER_URL="https://mirrors.tuna.tsinghua.edu.cn/docker-ce/linux/static/stable/${ARCH}/docker-${DOCKER_VER}.tgz"
+ DOCKER_URL="https://mirrors.aliyun.com/docker-ce/linux/static/stable/${ARCH}/docker-${DOCKER_VER}.tgz"
166
else
167
DOCKER_URL="https://download.docker.com/linux/static/stable/${ARCH}/docker-${DOCKER_VER}.tgz"
168
fi
0 commit comments