LinuxCommandLibrary

toolbox-create

Create a new `toolbox` container.

TLDR

Create a toolbox container for a specific distribution

$ toolbox create --distro [distribution]
copy


Create a toolbox container for a specific release of the current distribution
$ toolbox create --release [release]
copy


Create a toolbox container with a custom image
$ toolbox create --image [name]
copy


Create a toolbox container from a custom Fedora image
$ toolbox create --image [registry.fedoraproject.org/fedora-toolbox:38]
copy


Create a toolbox container using the default image for Fedora 38
$ toolbox create --distro [fedora] --release [f38]
copy

Copied to clipboard