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