2025-03-14 21:59:59 -06:00
|
|
|
# toolbox enter
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
> Enter a Toolbx container for interactive use.
|
2025-03-14 21:59:59 -06:00
|
|
|
> See also: `toolbox run`.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://manned.org/toolbox-enter>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Enter a Toolbx container using the default image of a specific distribution:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2025-06-28 19:25:29 -06:00
|
|
|
`toolbox enter {{[-d|--distro]}} {{distribution}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Enter a Toolbx container using the default image of a specific release of the current distribution:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2025-06-28 19:25:29 -06:00
|
|
|
`toolbox enter {{[-r|--release]}} {{release}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Enter 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 enter {{[-d|--distro]}} {{fedora}} {{[-r|--release]}} f{{version}}`
|