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 run
> 在现有的 `toolbox` 容器中运行命令。
> 另见:`toolbox enter`。
> 更多信息:<https://manned.org/toolbox-run>。
- 在特定的 `toolbox` 容器中运行命令:
`toolbox run --container {{container_name}} {{command}}`
- 在特定发行版的 `toolbox` 容器中运行命令:
`toolbox run --distro {{distribution}} --release {{release}} {{command}}`
-`toolbox` 容器中使用 Fedora 39 的默认镜像运行 `emacs`
`toolbox run --distro {{fedora}} --release {{f39}} {{emacs}}`