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,17 @@
# toolbox rmi
> 删除 `toolbox` 镜像。
> 另见: `toolbox rm`。
> 更多信息: <https://manned.org/toolbox-rmi.1>。
- 删除一个或多个 `toolbox` 镜像:
`toolbox rmi {{image_name1 image_name2 ...}}`
- 删除所有 `toolbox` 镜像:
`toolbox rmi --all`
- 强制删除当前正在被容器使用的 `toolbox` 镜像(容器也将被删除):
`toolbox rmi --force {{image_name}}`