Forrest logo
back to context overview

toolbox-create

List of commands for toolbox-create:

  • toolbox-create:tldr:9eedc toolbox-create: Create a `toolbox` container using the default image for Fedora 36.
    $ toolbox create --distro ${fedora} --release ${f36}
    try on your machine
    explain this command
  • toolbox-create:tldr:daec2 toolbox-create: Create a `toolbox` container for a specific distribution.
    $ toolbox create --distro ${distribution}
    try on your machine
    explain this command
  • toolbox-create:tldr:e8ce6 toolbox-create: Create a `toolbox` container with a custom image.
    $ toolbox create --image ${name}
    try on your machine
    explain this command
  • toolbox-create:tldr:f82af toolbox-create: Create a `toolbox` container for a specific release of the current distribution.
    $ toolbox create --release ${release}
    try on your machine
    explain this command
back to context overview