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,20 @@
# podman rmi
> 移除 Podman 镜像。
> 更多信息:<https://docs.podman.io/en/latest/markdown/podman-rmi.1.html>。
- 根据名称移除一个或多个镜像:
`podman rmi {{image:tag}} {{image2:tag}} {{...}}`
- 强制移除一个镜像:
`podman rmi --force {{image}}`
- 移除一个镜像而不删除未标记的父镜像:
`podman rmi --no-prune {{image}}`
- 显示帮助信息:
`podman rmi`