.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 \fB\fCpodman\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 .PP .RS .nf $ toolbox list .fi .RE .SS List existing toolbox containers only .PP .RS .nf $ toolbox list --containers .fi .RE .SS List existing toolbox images only .PP .RS .nf $ toolbox list --images .fi .RE .SH SEE ALSO .PP \fB\fCtoolbox(1)\fR, \fB\fCpodman(1)\fR, \fB\fCpodman-ps(1)\fR, \fB\fCpodman-images(1)\fR