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
16       using  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   --quiet, -q
34       Print volume output in quiet mode. Only print the volume names.
35
36

EXAMPLES

38              $ podman volume ls
39
40              $ podman volume ls --format json
41
42              $ podman volume ls --format "{{.Driver}} {{.Scope}}"
43
44              $ podman volume ls --filter name=foo,label=blue
45
46              $ podman volume ls --filter label=key=value
47
48
49

SEE ALSO

51       podman-volume(1)
52
53

HISTORY

55       November 2018, Originally compiled  by  Urvashi  Mohnani  umohnani@red‐
56       hat.com ⟨mailto:umohnani@redhat.com⟩
57
58
59
60                                                         podman-volume-ls(1)()
Impressum