toolbox/doc/toolbox-list.1.md
Debarshi Ray 78adfe4a8f doc/toolbox-list: Drop a reference to buildah
This is a continuation of commit ea452d7ced, which dropped all
references to buildah.

https://github.com/containers/toolbox/pull/814
2021-06-26 03:49:48 +02:00

816 B

% toolbox-list(1)

NAME

toolbox-list - 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 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)