中科大docker源:https://mirrors.ustc.edu.cn/docker-ce/

使用参考文档:http://mirrors.ustc.edu.cn/help/docker-ce.html

2.阿里云

阿里云docker首页 https://dev.aliyun.com/

点击登录登陆后选择镜像加速区,复制连接

docker下载镜像与替换默认源

在/etc/docker/daemon.json中添加

"registry-mirrors": ["https://xxxx.mirror.aliyuncs.com"]

或者在/usr/lib/systemd/system/docker.service中添加即可

--registry-mirrorh=https://xxxx.mirror.aliyuncs.com

相关文章:

  • 2021-11-22
  • 2021-11-22
  • 2021-10-28
  • 2022-12-23
  • 2022-12-23
  • 2021-12-28
  • 2021-12-02
猜你喜欢
  • 2022-03-11
  • 2021-12-29
  • 2022-12-23
  • 2022-12-23
  • 2021-05-27
  • 2021-10-03
  • 2022-12-23
相关资源
相似解决方案