docker下载镜像与替换默认源

1.常用源

中科大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
上一篇:Linux下系统如何监控服务器硬件、操作系统、应用服务和业务


下一篇:Mac Git配置别名