1podman-volume-ls(1)()                                    podman-volume-ls(1)()
2
3
4

NAME

6       podman-volume-ls - List all the available volumes
7
8

SYNOPSIS

10       podman volume ls [options]
11
12

DESCRIPTION

14       Lists  all the volumes that exist. The output can be filtered using the
15       --filter flag and can be formatted to either JSON or a Go template  us‐
16       ing  the  --format  flag. Use the --quiet flag to print only the volume
17       names.
18
19

OPTIONS

21   --filter=filter, -f
22       Filter volume output.
23
24
25   --format=format
26       Format volume output using Go template.
27
28
29   --help
30       Print usage statement.
31
32
33   --noheading
34       Omit the table headings from the listing of volumes.
35
36
37   --quiet, -q
38       Print volume output in quiet mode. Only print the volume names.
39
40

EXAMPLES

42              $ podman volume ls
43
44              $ podman volume ls --format json
45
46              $ podman volume ls --format "{{.Driver}} {{.Scope}}"
47
48              $ podman volume ls --filter name=foo,label=blue
49
50              $ podman volume ls --filter label=key=value
51
52
53

SEE ALSO

55       podman-volume(1)
56
57

HISTORY

59       November 2018, Originally compiled  by  Urvashi  Mohnani  umohnani@red‐
60       hat.com ⟨mailto:umohnani@redhat.com⟩
61
62
63
64                                                         podman-volume-ls(1)()
Impressum