toolbox-list - Man Page
List existing toolbox containers and images
Synopsis
toolbox list [--containers | -c] [--images | -i]
Description
Lists existing toolbox containers and images. These are OCI containers and images, which can be managed directly with tools like buildah
and podman
.
Options
The following options are understood:
- --containers, ā-c
- List only toolbox containers, not images.
- --images, ā-i
- List only toolbox images, not containers.
Examples
List all existing toolbox containers and images
$ toolbox list
List existing toolbox containers only
$ toolbox list --containers
List existing toolbox images only
$ toolbox list --images