File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
5
5
* [ Azure 中国镜像 ` https://dockerhub.azk8s.cn ` ] ( https://github.com/Azure/container-service-for-azure-china/blob/master/aks/README.md#22-container-registry-proxy )
6
6
* [ 阿里云加速器(需登录账号获取)] ( https://cr.console.aliyun.com/cn-hangzhou/mirrors )
7
- * [ 七牛云加速器 ` https://reg -mirror.qiniu. com ` ] ( https://kirk-enterprise.github.io/hub-docs/#/user-guide/mirror )
7
+ * [ 网易云加速器 ` https://hub -mirror.c.163. com ` ] ( https://www.163yun.com/help/documents/56918246390157312 )
8
8
9
- > 由于镜像服务可能出现宕机,建议同时配置多个镜像。
9
+ > 由于镜像服务可能出现宕机,建议同时配置多个镜像。各个镜像站测试结果请到 [ docker-practice/docker-registry-cn-mirror-test ] ( https://github.com/docker-practice/docker-registry-cn-mirror-test/actions ) 查看。
10
10
11
11
> 国内各大云服务商均提供了 Docker 镜像加速服务,建议根据运行 Docker 的云平台选择对应的镜像加速服务,具体请参考官方文档。
12
12
20
20
{
21
21
"registry-mirrors" : [
22
22
" https://dockerhub.azk8s.cn" ,
23
- " https://reg -mirror.qiniu .com"
23
+ " https://hub -mirror.c.163 .com"
24
24
]
25
25
}
26
26
```
@@ -44,7 +44,7 @@ $ sudo systemctl restart docker
44
44
{
45
45
"registry-mirrors" : [
46
46
" https://dockerhub.azk8s.cn" ,
47
- " https://reg -mirror.qiniu .com"
47
+ " https://hub -mirror.c.163 .com"
48
48
]
49
49
}
50
50
```
@@ -57,7 +57,7 @@ $ sudo systemctl restart docker
57
57
{
58
58
"registry-mirrors" : [
59
59
" https://dockerhub.azk8s.cn" ,
60
- " https://reg -mirror.qiniu .com"
60
+ " https://hub -mirror.c.163 .com"
61
61
]
62
62
}
63
63
```
You can’t perform that action at this time.
0 commit comments