add new chinese translations
This commit is contained in:
20
pages.zh/common/crane-ls.md
Normal file
20
pages.zh/common/crane-ls.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# crane ls
|
||||
|
||||
> 列出一个仓库中的标签。
|
||||
> 更多信息:<https://github.com/google/go-containerregistry/blob/main/cmd/crane/doc/crane_ls.md>。
|
||||
|
||||
- 列出标签:
|
||||
|
||||
`crane ls {{repository}}`
|
||||
|
||||
- 打印完整的镜像引用:
|
||||
|
||||
`crane ls {{repository}} --full-ref`
|
||||
|
||||
- 省略摘要标签:
|
||||
|
||||
`crane ls {{-o|--omit-digest-tags}}`
|
||||
|
||||
- 显示帮助:
|
||||
|
||||
`crane ls {{-h|--help}}`
|
Reference in New Issue
Block a user