Skip to content

Commit 281e7f4

Browse files
committed
docs(docker): async docker mirror
1 parent ae49cb6 commit 281e7f4

File tree

1 file changed

+7
-16
lines changed

1 file changed

+7
-16
lines changed

post/deploy/docker.md

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -62,32 +62,23 @@ docker ps
6262
sudo systemctl enable docker
6363
```
6464

65-
4. 设置加速(默认 docker 下载镜像是从 docker hub 下载,设置镜像源)
65+
4. 设置加速(默认 docker 下载镜像是从 docker hub 下载,设置镜像源,2025.08 更新
6666

6767
```bash
6868
sudo mkdir -p /etc/docker
6969
sudo tee /etc/docker/daemon.json <<-'EOF'
7070
{
7171
"registry-mirrors": [
72+
"https://docker.1panel.live",
73+
"https://docker.1ms.run",
7274
"https://hub.rat.dev",
73-
"https://docker.wanpeng.top",
74-
"https://doublezonline.cloud",
75-
"https://docker.mrxn.net",
76-
"https://lynn520.xyz",
77-
"https://ginger20240704.asia",
78-
"https://docker.wget.at",
79-
"https://dislabaiot.xyz",
80-
"https://dockerpull.com",
81-
"https://docker.fxxk.dedyn.io",
82-
"https://dhub.kubesre.xyz",
83-
"https://atomhub.openatom.cn",
8475
"https://docker.m.daocloud.io",
85-
"https://docker.udayun.com",
86-
"https://docker.211678.top",
87-
"https://docker.nju.edu.cn",
8876
"https://mirror.iscas.ac.cn",
8977
"https://docker.xuanyuan.me",
90-
"https://docker.1ms.run"
78+
"https://docker-0.unsee.tech",
79+
"https://lispy.org",
80+
"https://proxy.vvvv.ee",
81+
"https://registry.cyou"
9182
]
9283
}
9384
EOF

0 commit comments

Comments
 (0)