11# 镜像加速器
22
3- 国内从 Docker Hub 拉取镜像有时会遇到困难,此时可以配置镜像加速器。国内很多云服务商都提供了国内加速器服务,例如:
3+ 国内从 Docker Hub 拉取镜像有时会遇到困难,此时可以配置镜像加速器。~~ 国内很多云服务商都提供了国内加速器服务,例如:~~
44
55* [ 阿里云加速器(点击管理控制台 -> 登录账号(淘宝账号) -> 左侧镜像工具 -> 镜像加速器 -> 复制加速器地址)] ( https://cr.console.aliyun.com/cn-hangzhou/instances )
6- * [ 网易云加速器 ` https://hub-mirror.c.163.com ` ] ( https://www.163yun.com/help/documents/56918246390157312 )
7- * [ 百度云加速器 ` https://mirror.baidubce.com ` ] ( https://cloud.baidu.com/doc/CCE/s/Yjxppt74z#%E4%BD%BF%E7%94%A8dockerhub%E5%8A%A0%E9%80%9F%E5%99%A8 )
86
97** 由于镜像服务可能出现宕机,建议同时配置多个镜像。各个镜像站测试结果请到 [ docker-practice/docker-registry-cn-mirror-test] ( https://github.com/docker-practice/docker-registry-cn-mirror-test/actions ) 查看。**
108
119> 国内各大云服务商(腾讯云、阿里云、百度云)均提供了 Docker 镜像加速服务,建议根据运行 Docker 的云平台选择对应的镜像加速服务,具体请参考本页最后一小节。
1210
13- 本节我们以 [ 网易云] ( https://www.163yun.com/ ) 镜像服务 ` https://hub-mirror.c.163.com ` 为例进行介绍。
11+ 本节我们以 [ AtomHub 可信镜像中心] ( https://hub.atomgit.com/ ) 镜像服务 ` https://hub.atomgit.com ` 为例进行介绍。
12+
13+ > ` hub.atomgit.com ` 仅包含部分官方镜像,可以满足初学者的使用。
1414
1515## Ubuntu 16.04+、Debian 8+、CentOS 7+
1616
@@ -29,8 +29,7 @@ $ systemctl cat docker | grep '\-\-registry\-mirror'
2929``` json
3030{
3131 "registry-mirrors" : [
32- " https://hub-mirror.c.163.com" ,
33- " https://mirror.baidubce.com"
32+ " https://hub.atomgit.com"
3433 ]
3534}
3635```
@@ -46,13 +45,12 @@ $ sudo systemctl restart docker
4645
4746## Windows 10
4847
49- 对于使用 ` Windows 10 ` 的用户,在任务栏托盘 Docker 图标内右键菜单选择 ` Settings ` ,打开配置窗口后在左侧导航菜单选择 ` Docker Engine ` ,在右侧像下边一样编辑 json 文件,之后点击 ` Apply & Restart ` 保存后 Docker 就会重启并应用配置的镜像地址了。
48+ 对于使用 ` Windows 10 ` 的用户,在任务栏托盘 Docker 图标内右键菜单选择 ` Change settings ` ,打开配置窗口后在左侧导航菜单选择 ` Docker Engine ` ,在右侧像下边一样编辑 json 文件,之后点击 ` Apply & Restart ` 保存后 Docker 就会重启并应用配置的镜像地址了。
5049
5150``` json
5251{
5352 "registry-mirrors" : [
54- " https://hub-mirror.c.163.com" ,
55- " https://mirror.baidubce.com"
53+ " https://hub.atomgit.com"
5654 ]
5755}
5856```
@@ -64,8 +62,7 @@ $ sudo systemctl restart docker
6462``` json
6563{
6664 "registry-mirrors" : [
67- " https://hub-mirror.c.163.com" ,
68- " https://mirror.baidubce.com"
65+ " https://hub.atomgit.com"
6966 ]
7067}
7168```
@@ -76,7 +73,7 @@ $ sudo systemctl restart docker
7673
7774``` bash
7875Registry Mirrors:
79- https://hub-mirror.c.163 .com/
76+ https://hub.atomgit .com/
8077```
8178
8279## ` k8s.gcr.io ` 镜像
@@ -100,6 +97,8 @@ $ docker pull registry.cn-hangzhou.aliyuncs.com/google_containers/xxx
10097* https://dockerhub.azk8s.cn ** 已转为私有**
10198* https://reg-mirror.qiniu.com
10299* https://registry.docker-cn.com
100+ * https://hub-mirror.c.163.com
101+ * https://mirror.baidubce.com
103102
104103建议 ** watch(页面右上角)** [ 镜像测试] ( https://github.com/docker-practice/docker-registry-cn-mirror-test ) 这个 GitHub 仓库,我们会在此更新各个镜像地址的状态。
105104
0 commit comments