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
22
23
24       Filter volume output.
25
26
27       --format=format
28
29
30       Format volume output using Go template.
31
32
33       --help
34
35
36       Print usage statement.
37
38
39       -q, --quiet
40
41
42       Print volume output in quiet mode. Only print the volume names.
43
44

EXAMPLES

46              $ podman volume ls
47
48              $ podman volume ls --format json
49
50              $ podman volume ls --format "{{.Driver}} {{.Scope}}"
51
52              $ podman volume ls --filter name=foo,label=blue
53
54
55

SEE ALSO

57       podman-volume(1)
58
59

HISTORY

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