1podman-volume-inspect(1)    General Commands Manual   podman-volume-inspect(1)
2
3
4

NAME

6       podman-volume-inspect - Inspect 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       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

OPTIONS

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

EXAMPLES

39              $ podman volume inspect myvol
40
41              $ podman volume inspect --all
42
43              $ podman volume inspect --format "{{.Driver}} {{.Scope}}" myvol
44
45
46

SEE ALSO

48       podman-volume(1)
49
50

HISTORY

52       November 2018, Originally compiled by Urvashi Mohnani
53       ⟨umohnani@redhat.com⟩
54
55
56
57                                                      podman-volume-inspect(1)
Impressum