hub.docker.com和国内几家Docker Hub镜像服务平台陆续下架,停止服务。 给使用的同学造成非常大的困扰。 汇总了几种目前有效的解决方案,希望能帮助到大家,2024年8月30测试可用。
sudo mkdir -p /etc/docker
sudo tee /etc/docker/daemon.json <<EOF
{
"registry-mirrors": [
"https://hub.uuuadc.top",
"https://docker.anyhub.us.kg",
"https://dockerhub.jobcher.com",
"https://dockerhub.icu",
"https://docker.ckyl.me",
"https://docker.awsl9527.cn"
]
}
EOF
sudo systemctl daemon-reload
sudo systemctl restart docker
windows 中docker设置,之后重启docker:
代码如下:
{
"registry-mirrors": [
"https://hub.uuuadc.top",
"https://docker.anyhub.us.kg",
"https://dockerhub.jobcher.com",
"https://dockerhub.icu",
"https://docker.ckyl.me",
"https://docker.awsl9527.cn"
],
"insecure-registries": [],
"debug": true,
"experimental": false
}
尝试下载:
如果觉得我的文章对您有用,请随意打赏。你的支持将鼓励我继续创作!