toolbox-list
List Toolbx containers and images
TLDR
List all Toolbx containers and images
$ toolbox list
List only containers$ toolbox list -c
List only images$ toolbox list -i
SYNOPSIS
toolbox list [options]
DESCRIPTION
toolbox list displays existing Toolbx containers and images. It shows container names, images used, creation times, and running status. This helps manage multiple development environments and identify which containers are available.
The output distinguishes between containers (runnable environments) and images (base templates from which containers are created).
PARAMETERS
-c, --containers
List only containers-i, --images
List only images
SEE ALSO
toolbox(1), toolbox-create(1), toolbox-rm(1)
