mirror of
https://github.com/anjia0532/gcr.io_mirror.git
synced 2025-09-23 03:59:19 +08:00
Update README.md
This commit is contained in:
@@ -6,13 +6,13 @@ Syntax/语法
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# origin / 原镜像名称
|
# origin / 原镜像名称
|
||||||
gcr.io/namespace/image_name:image_tag
|
gcr.io/namespace/{image}:{tag}
|
||||||
|
|
||||||
# eq / 等同于
|
# eq / 等同于
|
||||||
anjia0532/namespace.image_name:image_tag
|
anjia0532/namespace.{image}:{tag}
|
||||||
|
|
||||||
# special / 特别的
|
# special / 特别的
|
||||||
k8s.gcr.io/{image}/{tag} <==> gcr.io/google-containers/{image}/{tag} <==> anjia0532/google-containers.image_name:image_tag
|
k8s.gcr.io/{image}:{tag} <==> gcr.io/google-containers/{image}:{tag} <==> anjia0532/google-containers.{image}:{tag}
|
||||||
```
|
```
|
||||||
|
|
||||||
Uses/如何拉取新镜像
|
Uses/如何拉取新镜像
|
||||||
|
Reference in New Issue
Block a user