1podman-volume-inspect(1) General Commands Manual podman-volume-inspect(1)
2
3
4
6 podman-volume-inspect - Inspect 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 formated using the --format flag and a Go template. To get detailed
16 information about all the existing volumes, use the --all flag.
17
18
20 -a, --all
21
22
23 Inspect all volumes.
24
25
26 --format=""
27
28
29 Format volume output using Go template
30
31
32 --help
33
34
35 Print usage statement
36
37
39 $ podman volume inspect myvol
40
41 $ podman volume inspect --all
42
43 $ podman volume inspect --format "{{.Driver}} {{.Scope}}" myvol
44
45
46
48 podman-volume(1)
49
50
52 November 2018, Originally compiled by Urvashi Mohnani
53 ⟨umohnani@redhat.com⟩
54
55
56
57 podman-volume-inspect(1)