crazyDuck

Docker切换国内镜像

本人是Ubuntu系统 

Ubuntu 18.04 安装 Docker-ce

安装Docker https://blog.csdn.net/hh2030/article/details/80836926

在配置文件 /etc/docker/daemon.json 中加入:

{
"registry-mirrors": ["http://f1361db2.m.daocloud.io"]
}

注意:也许没有这个文件创建一个daemon.json

http://f1361db2.m.daocloud.io   已测试

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

https://3laho3y3.mirror.aliyuncs.com

 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-01-17
  • 2022-12-23
  • 2022-01-13
  • 2021-10-12
  • 2021-07-20
  • 2021-07-01
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-31
  • 2022-01-25
  • 2021-06-07
  • 2022-02-09
  • 2021-09-17
相关资源
相似解决方案