From 90084a5ed66b39cea7e7ce1d47143a13d999c0bc Mon Sep 17 00:00:00 2001 From: Shiming Zhang Date: Sun, 29 Jan 2023 17:49:38 +0800 Subject: [PATCH] Add case (#289) --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index a4ac64f..2cf6c5d 100644 --- a/README.md +++ b/README.md @@ -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