Update README

This commit is contained in:
Shiming Zhang 2024-06-18 17:50:02 +08:00
parent 5a3f3841d6
commit fe498d9e05
1 changed files with 10 additions and 4 deletions

View File

@ -30,14 +30,20 @@ docker run -d -P m.daocloud.io/docker.io/library/nginx
**增加前缀** (推荐方式)。比如: **增加前缀** (推荐方式)。比如:
``` ``` log
k8s.gcr.io/coredns/coredns => m.daocloud.io/k8s.gcr.io/coredns/coredns docker.io/library/busybox
|
V
m.daocloud.io/docker.io/library/busybox
``` ```
或者 支持的镜像仓库 的 *前缀替换* 就可以使用。比如: 或者 支持的镜像仓库 的 *前缀替换* 就可以使用。比如:
``` ``` log
k8s.gcr.io/coredns/coredns => k8s-gcr.m.daocloud.io/coredns/coredns docker.io/library/busybox
|
V
docker.m.daocloud.io/library/busybox
``` ```
## 单次单镜像同步 ## 单次单镜像同步