docker下载镜像与替换默认源
Posted 钢闸门的笔记收藏册
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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/
点击登录登陆后选择镜像加速区,复制连接
在/etc/docker/daemon.json中添加
"registry-mirrors": ["https://xxxx.mirror.aliyuncs.com"]
或者在/usr/lib/systemd/system/docker.service中添加即可
--registry-mirrorh=https://xxxx.mirror.aliyuncs.com
以上是关于docker下载镜像与替换默认源的主要内容,如果未能解决你的问题,请参考以下文章