1podman-volume-inspect(1)() podman-volume-inspect(1)()
2
3
4
6 podman-volume-inspect - Get detailed information on one or more volumes
7
8
10 podman volume inspect [options] volume [...]
11
12
14 Display detailed information on one or more volumes. The output can be
15 formatted using the --format flag and a Go template. To get detailed
16 information about all the existing volumes, use the --all flag. Vol‐
17 umes can be queried individually by providing their full name or a
18 unique partial name.
19
20
22 -a, --all
23
24
25 Inspect all volumes.
26
27
28 --format=format
29
30
31 Format volume output using Go template
32
33
34 --help
35
36
37 Print usage statement
38
39
41 $ podman volume inspect myvol
42
43 $ podman volume inspect --all
44
45 $ podman volume inspect --format "{{.Driver}} {{.Scope}}" myvol
46
47
48
50 podman-volume(1)
51
52
54 November 2018, Originally compiled by Urvashi Mohnani umohnani@red‐
55 hat.com ⟨mailto:umohnani@redhat.com⟩
56
57
58
59 podman-volume-inspect(1)()