2025-03-14 21:59:59 -06:00
|
|
|
# toolbox run
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
> Run a command in an existing Toolbx container.
|
2025-03-14 21:59:59 -06:00
|
|
|
> See also: `toolbox enter`.
|
|
|
|
|
> More information: <https://manned.org/toolbox-run>.
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Run a command inside a specific Toolbx container:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2025-06-28 19:25:29 -06:00
|
|
|
`toolbox run {{[-c|--container]}} {{container_name}} {{command}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Run a command inside a Toolbx container for a specific release of a distribution:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2025-06-28 19:25:29 -06:00
|
|
|
`toolbox run {{[-d|--distro]}} {{distribution}} {{[-r|--release]}} {{release}} {{command}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Run `emacs` inside a Toolbx container using the default image for a specific Fedora release:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
`toolbox run {{[-d|--distro]}} {{fedora}} {{[-r|--release]}} f{{version}} {{emacs}}`
|