2025-03-14 21:59:59 -06:00
|
|
|
# toolbox enter
|
|
|
|
|
|
|
|
|
|
> Enter a `toolbox` container for interactive use.
|
|
|
|
|
> See also: `toolbox run`.
|
|
|
|
|
> More information: <https://manned.org/toolbox-enter.1>.
|
|
|
|
|
|
|
|
|
|
- Enter a `toolbox` container using the default image of a specific distribution:
|
|
|
|
|
|
2025-06-28 19:25:29 -06:00
|
|
|
`toolbox enter {{[-d|--distro]}} {{distribution}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Enter a `toolbox` container using the default image of a specific release of the current distribution:
|
|
|
|
|
|
2025-06-28 19:25:29 -06:00
|
|
|
`toolbox enter {{[-r|--release]}} {{release}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
- Enter a toolbox 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}}`
|