add new chinese translations
This commit is contained in:
17
pages.zh/linux/toolbox-run.md
Normal file
17
pages.zh/linux/toolbox-run.md
Normal 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}}`
|
Reference in New Issue
Block a user