Update README
This commit is contained in:
parent
5a3f3841d6
commit
fe498d9e05
14
README.md
14
README.md
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
## 单次单镜像同步
|
## 单次单镜像同步
|
||||||
|
|
Loading…
Reference in New Issue