Forrest logo
back to the toolbox tool

toolbox-list:tldr:9c442

toolbox-list: List only `toolbox` containers.
$ toolbox list --containers
try on your machine

The command "toolbox list --containers" is used to display a list of containers created with Toolbox.

Toolbox is a tool that creates a lightweight virtualized environment on Linux systems. It uses the containerization technology provided by Podman or Docker to create and manage these containers.

The "toolbox list" command is used to list all the containers created by Toolbox. The "--containers" option is used to specifically display information about the containers.

When you run this command, it will show you a list of all the containers along with their relevant details, such as the container ID, name, image, and status. This information can help you understand which containers are currently available and running on your system.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the toolbox tool