LinuxCommandLibrary

toolbox-list

List Toolbx containers and images

TLDR

List all Toolbx containers and images

$ toolbox list
copy
List only containers
$ toolbox list -c
copy
List only images
$ toolbox list -i
copy

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

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community