1podman-volume-ls(1) General Commands Manual podman-volume-ls(1)
2
3
4
6 podman-volume-ls - List volumes
7
8
10 podman volume ls [options]
11
12
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
21 --filter=""
22
23
24 Filter volume output.
25
26
27 --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
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
57 podman-volume(1)
58
59
61 November 2018, Originally compiled by Urvashi Mohnani
62 ⟨umohnani@redhat.com⟩
63
64
65
66 podman-volume-ls(1)