From fe498d9e05410bb61b5a9a95aa9ffa24c2a94641 Mon Sep 17 00:00:00 2001 From: Shiming Zhang <wzshiming@foxmail.com> Date: Tue, 18 Jun 2024 17:50:02 +0800 Subject: [PATCH] Update README --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bb7df3f..4460d45 100644 --- a/README.md +++ b/README.md @@ -30,14 +30,20 @@ docker run -d -P m.daocloud.io/docker.io/library/nginx **增加前缀** (推荐方式)。比如: -``` -k8s.gcr.io/coredns/coredns => m.daocloud.io/k8s.gcr.io/coredns/coredns +``` log + docker.io/library/busybox + | + V +m.daocloud.io/docker.io/library/busybox ``` 或者 支持的镜像仓库 的 *前缀替换* 就可以使用。比如: -``` -k8s.gcr.io/coredns/coredns => k8s-gcr.m.daocloud.io/coredns/coredns +``` log + docker.io/library/busybox + | + V +docker.m.daocloud.io/library/busybox ``` ## 单次单镜像同步