1podman-volume-inspect(1)()                          podman-volume-inspect(1)()
2
3
4

NAME

6       podman-volume-inspect - Get detailed information on one or more volumes
7
8

SYNOPSIS

10       podman volume inspect [options] volume [...]
11
12

DESCRIPTION

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

OPTIONS

22   --all, -a
23       Inspect all volumes.
24
25
26   --format=format, -f
27       Format volume output using Go template
28
29
30   --help
31       Print usage statement
32
33

EXAMPLES

35              $ podman volume inspect myvol
36
37              $ podman volume inspect --all
38
39              $ podman volume inspect --format "{{.Driver}} {{.Scope}}" myvol
40
41
42

SEE ALSO

44       podman-volume(1)
45
46

HISTORY

48       November  2018,  Originally  compiled  by Urvashi Mohnani umohnani@red‐
49       hat.com ⟨mailto:umohnani@redhat.com⟩
50
51
52
53                                                    podman-volume-inspect(1)()
Impressum