docker镜像加速
更换docker加速地址
vim /etc/docker/daemon.json{
"registry-mirrors": [
"https://xxx.xxx.com"
]
}腾讯云
https://mirror.ccs.tencentyun.com阿里云
https://ee4jcrsx.mirror.aliyuncs.com清华源
https://docker.mirrors.ustc.edu.cn道客云
https://docker.mirrors.ustc.edu.cnLast updated