This commit is contained in:
Shiming Zhang 2023-01-29 17:49:38 +08:00 committed by GitHub
parent e2f297892a
commit 90084a5ed6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -100,6 +100,15 @@ wget -O deploy.yaml https://raw.githubusercontent.com/kubernetes/ingress-nginx/c
cat ./deploy.yaml | ./image-filter.sh | kubectl apply -f -
```
* Docker 加速
添加到 `/etc/docker/daemon.json`
``` json
"registry-mirrors": [
"https://docker.m.daocloud.io"
]
```
## [友情链接]加速三剑客
* 镜像加速https://github.com/DaoCloud/public-image-mirror