toolbox
linux
Manage containerized command-line environments on Linux. Some subcommands such as `create` have their own usage documentation.
More info →Subcommands (7)
toolbox create
→Create a new Toolbx container.
toolbox enter
→Enter a Toolbx container for interactive use. See also: `toolbox run`.
toolbox help
→Display help information about Toolbx.
toolbox list
→List existing Toolbx containers and images.
toolbox rm
→Remove one or more Toolbx containers. See also: `toolbox rmi`.
toolbox rmi
→Remove Toolbx images. See also: `toolbox rm`.
toolbox run
→Run a command in an existing Toolbx container. See also: `toolbox enter`.
Options (1)
-h, --helpbooleanDisplay help
Example:
toolbox {{[-h|--help]}}Examples (6)
Enter a Toolbx container to use it interactively
toolbox enter containerRemove one or more containers
toolbox rm container1 container2 ...Remove one or more images
toolbox rmi image1 image2 ...Display help for a specific subcommand (such as `create`, `enter`, `rm`, etc.)
toolbox help subcommandDisplay help
toolbox [-h|--help]Display version
toolbox --versionmade by @shridhargupta | data from tldr-pages