LinuxCommandLibrary

toolbox-enter

Enter a `toolbox` container for interactive use.

TLDR

Enter a toolbox container using the default image of a specific distribution

$ toolbox enter --distro [distribution]
copy


Enter a toolbox container using the default image of a specific release of the current distribution
$ toolbox enter --release [release]
copy


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

Copied to clipboard