Docker镜像源无法访问
进入docker目录
cd /etc/docker/
编辑daemon.json文件,如果没有,则新建
{
"registry-mirrors": ["https://dockerproxy.cn"]
}
收集一些镜像源地址,未测是否能用
- “https://hub.uuuadc.top”,
- “https://docker.anyhub.us.kg”,
- “https://dockerhub.jobcher.com”,
- “https://dockerhub.icu”,
- “https://docker.ckyl.me”,
- “https://docker.awsl9527.cn”
- ”https://atomhub.openatom.cn“
重新启动docker生效
sudo systemctl daemon-reload
sudo systemctl restart docker
查看是否生效
docker info
最后正常拉取镜像源即可