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