Docker阿里云加速

Posted pthaochiya

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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

 

以上是关于Docker阿里云加速的主要内容,如果未能解决你的问题,请参考以下文章

Docker 阿里云镜像加速-狂神说

使用阿里云加速Docker镜像下载

docker配置阿里云镜像加速器

手把手教学如何申请阿里云docker加速器

Docker配置阿里云镜像加速pull

docker学习14-配置 docker 阿里云/腾讯云加速器