From 0fb2e3b91272accd39d2dda645ccd87f10eb7c3f Mon Sep 17 00:00:00 2001 From: Super Manito <68613938+SuperManito@users.noreply.github.com> Date: Tue, 29 Oct 2024 22:51:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=95=9C=E5=83=8F=E4=BB=93?= =?UTF-8?q?=E5=BA=93=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DockerInstallation.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DockerInstallation.sh b/DockerInstallation.sh index d6284b9..77ca849 100755 --- a/DockerInstallation.sh +++ b/DockerInstallation.sh @@ -1,6 +1,6 @@ #!/bin/bash ## Author: SuperManito -## Modified: 2024-10-24 +## Modified: 2024-10-29 ## License: MIT ## GitHub: https://github.com/SuperManito/LinuxMirrors ## Website: https://linuxmirrors.cn @@ -26,6 +26,7 @@ mirror_list_docker_ce=( ## Docker Registry 仓库列表 # 格式:"软件源名称@软件源地址" mirror_list_registry=( + "Docker Proxy(推荐)@dockerproxy.net" "道客 DaoCloud@docker.m.daocloud.io" "AtomHub 可信镜像中心@hub.atomgit.com" "阿里云(杭州)@registry.cn-hangzhou.aliyuncs.com"