.nh
.TH toolbox-list 1
.SH NAME
.PP
toolbox-list - List existing toolbox containers and images

.SH SYNOPSIS
.PP
\fBtoolbox list\fP [\fI--containers\fP | \fI-c\fP] [\fI--images\fP | \fI-i\fP]

.SH DESCRIPTION
.PP
Lists existing toolbox containers and images. These are OCI containers and
images, which can be managed directly with a tool like \fBpodman\fR\&.

.SH OPTIONS
.PP
The following options are understood:

.PP
\fB--containers, -c\fP

.PP
List only toolbox containers, not images.

.PP
\fB--images, -i\fP

.PP
List only toolbox images, not containers.

.SH EXAMPLES
.SS List all existing toolbox containers and images
.EX
$ toolbox list
.EE

.SS List existing toolbox containers only
.EX
$ toolbox list --containers
.EE

.SS List existing toolbox images only
.EX
$ toolbox list --images
.EE

.SH SEE ALSO
.PP
\fBtoolbox(1)\fR, \fBpodman(1)\fR, \fBpodman-ps(1)\fR, \fBpodman-images(1)\fR