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 a tool like podman.
16
17

OPTIONS

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

EXAMPLES

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

SEE ALSO

51       toolbox(1), podman(1), podman-ps(1), podman-images(1)
52
53
54
55                                                             toolbox-list(1)()
Impressum