2023-01-11 19:19:44 +00:00
|
|
|
% toolbox-list 1
|
2019-02-28 17:07:24 +00:00
|
|
|
|
|
|
|
## 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
|
2021-06-26 01:48:32 +00:00
|
|
|
images, which can be managed directly with a tool like `podman`.
|
2019-02-28 17:07:24 +00:00
|
|
|
|
|
|
|
## 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
|
|
|
|
|
2021-03-04 19:36:22 +00:00
|
|
|
`toolbox(1)`, `podman(1)`, `podman-ps(1)`, `podman-images(1)`
|