Docker阿里云加速

登录阿里云:

https://homenew.console.aliyun.com/

搜索“容器镜像加速服务”

镜像加速器、仓库地址地址:

每个人的不一样,看你自己的是多少,拷贝出来;

https://iuoqhx7o.mirror.aliyuncs.com

您可以通过修改daemon配置文件/etc/docker/daemon.json来使用加速器

udo mkdir -p /etc/docker
sudo tee /etc/docker/daemon.json <<-'EOF'
{
  "registry-mirrors": ["https://iuoqhx7o.mirror.aliyuncs.com"]
}
EOF
sudo systemctl daemon-reload
sudo systemctl restart docker

猜你喜欢

转载自www.cnblogs.com/pthaochiya/p/11617808.html