17 lines
530 B
Markdown
17 lines
530 B
Markdown
# 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}}` |