immortalBlog

首先登陆阿里云容器服务:https://cr.console.aliyun.com/cn-hangzhou/instances/mirrors

复制镜像地址:

 

 

然后修改/etc/docker/daemon.json(参考上面截图中的操作文档),没有这个文件就新建。

内容为:

   {
     "registry-mirrors": ["https://xxxxxx.mirror.aliyuncs.com"]
   }

  

然后:

systemctl daemon-reload
systemctl restart docker

  

分类:

技术点:

相关文章:

  • 2021-12-05
  • 2021-11-15
  • 2021-08-25
  • 2022-12-23
  • 2021-12-05
  • 2021-12-15
  • 2021-12-15
  • 2021-12-05
猜你喜欢
  • 2021-12-05
  • 2021-12-07
  • 2022-01-19
  • 2021-12-05
  • 2022-02-01
  • 2022-12-23
  • 2022-02-17
相关资源
相似解决方案