Docker现阶段源解决方案

1.其他人的源

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

2.cf自己的源

参考资料
https://www.v2ex.com/t/1050454#reply10

暂无评论

发送评论 编辑评论


				
上一篇
下一篇