1414
1515* [ 阿里云加速器] ( https://cr.console.aliyun.com/cn-hangzhou/instances ) (需登录获取个人加速地址)
1616
17- 本节以 [ AtomHub 可信镜像中心] ( https://hub.atomgit.com/ ) 镜像服务 ` https://hub.atomgit.com ` 为例进行介绍。
18-
19- > ` hub.atomgit.com ` 仅包含部分官方镜像,可以满足初学者的使用。
17+ 本节以 [ 毫秒镜像] ( https://docker.1ms.run ) 镜像服务 ` https://docker.1ms.run ` 为例进行介绍。由于镜像加速服务经常变动,建议查阅上方的镜像测试仓库获取最新可用地址。
2018
2119### 3.9.2 Ubuntu 22.04+、Debian 12+、Rocky/Alma/CentOS Stream 9+
2220
@@ -34,7 +32,7 @@ $ systemctl cat docker | grep '\-\-registry\-mirror'
3432``` json
3533{
3634 "registry-mirrors" : [
37- " https://hub.atomgit.com "
35+ " https://docker.1ms.run "
3836 ]
3937}
4038```
@@ -54,7 +52,7 @@ $ sudo systemctl restart docker
5452``` json
5553{
5654 "registry-mirrors" : [
57- " https://hub.atomgit.com "
55+ " https://docker.1ms.run "
5856 ]
5957}
6058```
@@ -66,7 +64,7 @@ $ sudo systemctl restart docker
6664``` json
6765{
6866 "registry-mirrors" : [
69- " https://hub.atomgit.com "
67+ " https://docker.1ms.run "
7068 ]
7169}
7270```
@@ -77,7 +75,7 @@ $ sudo systemctl restart docker
7775
7876``` bash
7977Registry Mirrors:
80- https://hub.atomgit.com /
78+ https://docker.1ms.run /
8179```
8280
8381### 3.9.6 Kubernetes 官方镜像地址迁移
@@ -96,6 +94,7 @@ $ docker pull registry.k8s.io/xxx
9694
9795某些镜像不再提供服务,添加无用的镜像加速器,会拖慢镜像拉取速度,你可以从镜像配置列表中删除它们。
9896
97+ * https://hub.atomgit.com ** 已于 2024 年底关闭**
9998* https://dockerhub.azk8s.cn ** 已转为私有**
10099* https://reg-mirror.qiniu.com
101100* https://registry.docker-cn.com
0 commit comments