镜像加速:
https://github.com/DaoCloud/public-image-mirror
执行下面命令添加镜像站点:
sudo mkdir -p /etc/docker
sudo tee /etc/docker/daemon.json <<EOF
{
"registry-mirrors": [
"https://docker.fxxk.dedyn.io",
"https://huecker.io",
"https://dockerhub.timeweb.cloud",
"https://noohub.ru"
]
}
EOF
sudo systemctl daemon-reload
sudo systemctl restart docker参考:
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END













