Skip to content

Commit 5253828

Browse files
committed
Update
1 parent 52a0d7f commit 5253828

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/learn/deploy/docker/docker_configure_domestic_image.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ sudo nano /etc/docker/daemon.json
2020
```json
2121
{
2222
"registry-mirrors": [
23+
"https://registry.docker-cn.com",
24+
"https://docker.mirrors.ustc.edu.cn",
25+
"http://hub-mirror.c.163.com",
26+
"https://docker.xuanyuan.me",
2327
"https://docker.m.daocloud.io",
2428
"https://dockerproxy.com",
2529
"https://docker.nju.edu.cn",

0 commit comments

Comments
 (0)