toolbox-list - List existing toolbox containers and images
Contents
Description
Lists existing toolbox containers and images. These are OCI containers and images, which can be managed
directly with a tool like podman.
Examples
Listallexistingtoolboxcontainersandimages
$ toolbox list
Listexistingtoolboxcontainersonly
$ toolbox list --containers
Listexistingtoolboximagesonly
$ toolbox list --images
Name
toolbox-list - List existing toolbox containers and images
Options
The following options are understood:
--containers,-c
List only toolbox containers, not images.
--images,-i
List only toolbox images, not containers.
See Also
toolbox(1), podman(1), podman-ps(1), podman-images(1)toolbox-list(1)
Synopsis
toolboxlist [--containers | -c] [--images | -i]
