目前测试可用的docker镜像源
tee /etc/docker/daemon.json <<EOF
{
"registry-mirrors": [
"https://docker.m.daocloud.io",
"https://docker.1ms.run",
"https://hub1.nat.tf",
"https://doublezonline.cloud",
"https://dockerpull.pw/",
"https://docker.dsmggm.cn",
"https://docker.yanjf.us.kg",
"https://docker.yjf517939148.workers.dev",
"https://docker.dsmggm.ip-ddns.com"
]
}
EOF
# 重载服务,重启docker
systemctl daemon-reload & systemctl restart docker
评论区