zbc230

修改镜像仓库配置,修改/etc/docker/daemon.json文件,如果没有新建一个即可

# vi /etc/docker/daemon.json
{
    "registry-mirrors":[ "https://registry.docker-cn.com" ]
}

国内常用的docker镜像仓库

Docker官方中国区: https://registry.docker-cn.com

网易:http://hub-mirror.c.163.com

中国科学技术大学:https://docker.mirrors.ustc.edu.cn

 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-12-05
  • 2022-12-23
  • 2021-12-23
  • 2022-12-23
  • 2022-01-20
  • 2021-08-15
  • 2021-05-17
猜你喜欢
  • 2021-11-13
  • 2022-02-12
  • 2022-02-09
  • 2022-02-01
  • 2021-10-05
  • 2021-12-11
相关资源
相似解决方案