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 @@
# podman images
> 管理 Podman 镜像。
> 更多信息:<https://docs.podman.io/en/latest/markdown/podman-images.1.html>。
- 列出所有 Podman 镜像:
`podman images`
- 列出所有 Podman 镜像,包括中间镜像:
`podman images --all`
- 以安静模式列出输出(仅显示数字 ID
`podman images --quiet`
- 列出未被任何容器使用的所有 Podman 镜像:
`podman images --filter dangling=true`
- 列出名称中包含子字符串的镜像:
`podman images "{{*image|image*}}"`