Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mouday committed Oct 23, 2024
1 parent 2da25f0 commit e7aefce
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 3 deletions.
29 changes: 27 additions & 2 deletions doc/source/manual/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,33 @@ services:
```
可用的docker镜像站
- https://docker.aityp.com/
- https://docker.catiz.eu.org/
```bash
$ sudo mkdir -p /etc/docker

$ sudo tee /etc/docker/daemon.json <<EOF
{
"registry-mirrors": [
"https://dockerpull.com",
"https://dockerproxy.cn",
"https://docker.loli.voto",
"https://docker.chenby.cn",
"https://docker-cf.registry.cyou",
"https://docker.m.daocloud.io",
"https://docker.ketches.cn",
"https://docker.1panel.dev",
"https://docker.1panel.live",
"https://docker.rainbond.cc",
"https://hub.rat.dev",
"https://docker.aityp.com/",
"https://docker.catiz.eu.org/"
]
}
EOF

$ sudo systemctl daemon-reload
$ sudo systemctl restart docker
```

## 方式三:下载源码安装

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ hero:
link: https://demo.domain-admin.cn/

- theme: alt
text: 部署文档
text: 快速开始
link: https://domain-admin.readthedocs.io/zh-cn/latest/manual/install.html

- theme: alt
Expand Down

0 comments on commit e7aefce

Please sign in to comment.