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

29
pages.zh/common/crane.md Normal file
View File

@@ -0,0 +1,29 @@
# crane
> 容器镜像管理工具。
> 一些子命令,如 `pull`、`push`、`copy` 等,有各自的使用文档。
> 更多信息:<https://github.com/google/go-containerregistry/blob/main/cmd/crane/doc/crane.md/>。
- 执行 `crane` 子命令:
`crane {{subcommand}}`
- 允许推送非可分发(外部)层:
`crane --allow-nondistributable-artifacts {{subcommand}}`
- 允许在没有 TLS 的情况下获取镜像引用:
`crane --insecure {{subcommand}}`
- 以 os/arch{{/variant}}{{:osversion}} 的形式指定平台例如linux/amd64。(默认全部)
`crane --platform {{platform}} {{subcommand}}`
- 为子命令启用调试日志:
`crane {{-v|--verbose}} {{subcommand}}`
- 显示子命令的帮助信息:
`crane {{-h|--help}} {{subcommand}}`