Docker必备六大国内镜像


镜像地址

1) 阿里云 docker hub mirror
https://registry.cn-hangzhou.aliyuncs.com

如果有账号的, 使用:

[系统分配前缀].mirror.aliyuncs.com

具体上阿里云容器HUB控制台查看.

2) 腾讯云 docker hub mirror
https://mirror.ccs.tencentyun.com

3) 华为云
https://05f073ad3c0010ea0f4bc00b7105ec20.mirror.swr.myhuaweicloud.com

4) docker中国
https://registry.docker-cn.com

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

6) daocloud
http://f1361db2.m.daocloud.io

修改步骤

直接修改 /etc/docker/daemon.json (docker 版本 >= 1.10 时) 内容为:

{"registry-mirrors": ["https://registry.cn-hangzhou.aliyuncs.com"]}

修改后重启服务:

systemctl daemon-reload
systemctl restart docker

Docker Toolbox 镜像源站

https://developer.aliyun.com/...

Docker CE 镜像源站

https://developer.aliyun.com/...


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM