Update README.md (#347)

This commit is contained in:
Shiming Zhang 2023-09-01 15:46:26 +08:00 committed by GitHub
parent 76581559da
commit 0e5c2692d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -27,8 +27,6 @@ docker run -d -P m.daocloud.io/docker.io/library/nginx
## 使用方法
## 添加一级域名
**增加前缀** (推荐方式)。比如:
```
k8s.gcr.io/coredns/coredns => m.daocloud.io/k8s.gcr.io/coredns/coredns
@ -42,9 +40,11 @@ k8s.gcr.io/coredns/coredns => k8s-gcr.m.daocloud.io/coredns/coredns
### 懒加载
**支持懒加载**, 就算不在同步列表中也能 **直接拉取**, 初次拉取会比已经同步过的慢一些, 并且[每 7 天会清理一次缓存](https://github.com/distribution/distribution/blob/e3509fc1deedaab489dd8829cc438de8f4c77fc3/registry/proxy/proxymanifeststore.go#L15)
**支持懒加载**, 就算不在同步列表中也能 **直接拉取**, 初次拉取会比已经同步过的慢一些, 并且[每 7 天会清理一次缓存](https://github.com/distribution/distribution/blob/e3509fc1deedaab489dd8829cc438de8f4c77fc3/registry/proxy/proxymanifeststore.go#L15).
如果只是临时使用的就不需要往同步列表里加了
如果只是临时使用的就不需要往同步列表里加了.
如果您看到下没有进度这是正常现象, 由于带宽有限只要有几人在下较大的文件就会阻塞后续的下载, 可以稍后中断下载重新再试.
## 提前同步的 Registry