From 8d7d0b2b12f8f20ffac357aac98d0fa27ae07c56 Mon Sep 17 00:00:00 2001 From: tangweijie <877588133@qq.com> Date: Wed, 17 Dec 2025 17:44:37 +0800 Subject: [PATCH] =?UTF-8?q?chore(docker):=20=E6=B7=BB=E5=8A=A0=E6=96=B0?= =?UTF-8?q?=E7=9A=84docker=E9=95=9C=E5=83=8F=E4=BB=A3=E7=90=86=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/packages/install_docker.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/packages/install_docker.sh b/scripts/packages/install_docker.sh index 5501bd1..f5695e7 100755 --- a/scripts/packages/install_docker.sh +++ b/scripts/packages/install_docker.sh @@ -137,6 +137,7 @@ configure_docker() { cat > /etc/docker/daemon.json << 'EOF' { "registry-mirrors": [ + "https://docker-proxy.syy.1msoft.cn", "https://registry.docker-cn.com", "https://docker.mirrors.ustc.edu.cn", "https://hub-mirror.c.163.com",