toolbox-list(1) General Commands Manual toolbox-list(1)

toolbox-list - List existing toolbox containers and images

toolbox list [--containers | -c] [--images | -i]

Lists existing toolbox 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 toolbox containers, not images.

--images, -i

List only toolbox images, not containers.

$ toolbox list

$ toolbox list --containers

$ toolbox list --images

toolbox(1), podman(1), podman-ps(1), podman-images(1)