From 596bcdb99045d080121ff391fc21568d27eccf8d Mon Sep 17 00:00:00 2001 From: jingrow Date: Mon, 11 Aug 2025 16:33:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=A4=87=E7=94=A8docker?= =?UTF-8?q?=E9=95=9C=E5=83=8F=E4=BB=93=E5=BA=93=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jsite.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/jsite.sh b/jsite.sh index 9b0a938..b922c12 100644 --- a/jsite.sh +++ b/jsite.sh @@ -1150,7 +1150,10 @@ install_docker() { cat > /etc/docker/daemon.json << EOF { "registry-mirrors": [ - "https://k487mmwn.mirror.aliyuncs.com" + "https://k487mmwn.mirror.aliyuncs.com", + "https://mirror.ccs.tencentyun.com", + "https://docker.mirrors.ustc.edu.cn", + "https://hub-mirror.c.163.com" ] } EOF