add new chinese translations
This commit is contained in:
20
pages.zh/common/gcrane-copy.md
Normal file
20
pages.zh/common/gcrane-copy.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# gcrane 复制
|
||||
|
||||
> 高效地将远程镜像从源复制到目标,同时保留摘要值。
|
||||
> 更多信息:<https://github.com/google/go-containerregistry/blob/main/cmd/gcrane/README.md>。
|
||||
|
||||
- 从源复制镜像到目标:
|
||||
|
||||
`gcrane {{cp|copy}} {{source}} {{target}}`
|
||||
|
||||
- 设置最大并发复制数量,默认为 20:
|
||||
|
||||
`gcrane copy {{source}} {{target}} {{-j|--jobs}} {{nr_of_copies}}`
|
||||
|
||||
- 是否递归遍历仓库:
|
||||
|
||||
`gcrane copy {{source}} {{target}} {{-r|--recursive}}`
|
||||
|
||||
- 显示帮助信息:
|
||||
|
||||
`gcrane copy {{-h|--help}}`
|
Reference in New Issue
Block a user