From 1a4c1be8798dcfd9ca8e5f0ea26875763277f520 Mon Sep 17 00:00:00 2001 From: ZHOU Cheng Date: Tue, 13 Jul 2021 16:42:27 +0800 Subject: [PATCH] Add mirror provided by Tencent --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index ac011141..afd70ac6 100755 --- a/install.sh +++ b/install.sh @@ -63,6 +63,9 @@ while [ $# -gt 0 ]; do done case "$mirror" in + Tencent) + DOWNLOAD_URL="https://mirrors.tencent.com/docker-ce" + ;; Aliyun) DOWNLOAD_URL="https://mirrors.aliyun.com/docker-ce" ;;