最近发现docker pull不好使了,打包dockerfile也GG了,换了N个镜像都没用,下面是可以用的镜像(当前时间可以用,以后不好说)
更新一下配置文件 /etc/docker/daemon.json。
{
"registry-mirrors": [
"https://hub-mirror.c.163.com",
"https://docker.m.daocloud.io",
"https://ghcr.io",
"https://mirror.baidubce.com",
"https://docker.nju.edu.cn"
]
}
或者
{
"registry-mirrors": [
"https://docker.211678.top",
"https://docker.1panel.live",
"https://hub.rat.dev",
"https://docker.m.daocloud.io",
"https://do.nark.eu.org",
"https://dockerpull.com",
"https://dockerproxy.cn",
"https://docker.awsl9527.cn"
]
}
然后
systemctl daemon-reload
systemctl restart docker