2025-03-14 21:59:59 -06:00
|
|
|
# toolbox create
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
> Create a new Toolbx container.
|
|
|
|
|
> More information: <https://manned.org/toolbox-create>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Create a Toolbx container for a specific distribution:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2025-06-28 19:25:29 -06:00
|
|
|
`toolbox create {{[-d|--distro]}} {{distribution}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Create a Toolbx container for a specific release of the current distribution:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2025-06-28 19:25:29 -06:00
|
|
|
`toolbox create {{[-r|--release]}} {{release}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Create a Toolbx container with a custom image:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2025-06-28 19:25:29 -06:00
|
|
|
`toolbox create {{[-i|--image]}} {{name}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Create a Toolbx container from a custom Fedora image:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
`toolbox create {{[-i|--image]}} {{quay.io/fedora/fedora:tag}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Create 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 create {{[-d|--distro]}} {{fedora}} {{[-r|--release]}} f{{version}}`
|