1toolbox-list(1)()                                            toolbox-list(1)()
2
3
4

NAME

6       toolbox-list - List existing toolbox containers and images
7
8

SYNOPSIS

10       toolbox list [--containers | -c] [--images | -i]
11
12

DESCRIPTION

14       Lists  existing toolbox containers and images. These are OCI containers
15       and images, which can be managed directly with tools like  buildah  and
16       podman.
17
18

OPTIONS

20       The following options are understood:
21
22
23       --containers, -c
24
25
26       List only toolbox containers, not images.
27
28
29       --images, -i
30
31
32       List only toolbox images, not containers.
33
34

EXAMPLES

36   List all existing toolbox containers and images
37              $ toolbox list
38
39
40
41   List existing toolbox containers only
42              $ toolbox list --containers
43
44
45
46   List existing toolbox images only
47              $ toolbox list --images
48
49
50

SEE ALSO

52       buildah(1), podman(1)
53
54
55
56                                                             toolbox-list(1)()
Impressum