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

31
pages.zh/common/gcrane.md Normal file
View File

@@ -0,0 +1,31 @@
# gcrane
> 容器镜像管理工具。
> 此工具实现了 `crane` 命令的一个超集,并增加了特定于 `gcr.io` 的额外命令。
> 一些子命令如 `append`、`auth`、`copy` 等有自己的使用文档,可以在 `crane` 中找到。
> 一些子命令如 `completion`、`gc`、`help` 是特定于 gcrane 的,并有自己的使用文档。
> 更多信息:<https://github.com/google/go-containerregistry/blob/main/cmd/gcrane/README.md>。
- 执行 `gcrane` 子命令:
`gcrane {{subcommand}}`
- 允许推送不可分发(外部)层:
`gcrane --allow-nondistributable-artifacts {{subcommand}}`
- 允许在不使用 TLS 的情况下获取镜像引用:
`gcrane --insecure {{subcommand}}`
- 以 os/arch{{/variant}}{{:osversion}} 的形式指定平台例如linux/amd64。 (默认是所有平台):
`gcrane --platform {{platform}} {{subcommand}}`
- 启用调试日志:
`gcrane {{-v|--verbose}} {{subcommand}}`
- 显示帮助信息:
`gcrane {{-h|--help}}`