% toolbox-list 1
toolbox-list - List existing Toolbx containers and images
toolbox list [--containers | -c] [--images | -i]
Lists existing Toolbx containers and images. These are OCI containers and
images, which can be managed directly with a tool like podman
.
The following options are understood:
--containers, -c
List only Toolbx containers, not images.
--images, -i
List only Toolbx images, not containers.
$ toolbox list
$ toolbox list --containers
$ toolbox list --images
toolbox(1)
, podman(1)
, podman-ps(1)
, podman-images(1)