add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,24 @@
# crane pull
> 通过引用拉取远程镜像并将其内容存储在本地。
> 更多信息:<https://github.com/google/go-containerregistry/blob/main/cmd/crane/doc/crane_pull.md>。
- 拉取远程镜像:
`crane pull {{image_name}} {{path/to/tarball}}`
- 在使用 --format=oci 时,将用于拉取的镜像引用保留为注释:
`crane pull {{image_name}} {{path/to/tarball}} --annotate-ref`
- 缓存镜像层的路径:
`crane pull {{image_name}} {{path/to/tarball}} {{-c|--cache_path}} {{path/to/cache}}`
- 保存镜像的格式(默认 'tarball'
`crane pull {{image_name}} {{path/to/tarball}} {{-format}} {{format_name}}`
- 显示帮助:
`crane pull {{-h|--help}}`