Sponsor:

Your company here — click to reach over 10,000 unique daily visitors

toolbox-list - Man Page

List existing toolbox containers and images

Examples (TL;DR)

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 a tool like 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

See Also

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

Referenced By

toolbox(1).