.nh .TH podman-volume-inspect 1 .SH NAME .PP podman-volume-inspect - Get detailed information on one or more volumes .SH SYNOPSIS .PP \fBpodman volume inspect\fP [\fIoptions\fP] \fIvolume\fP [...] .SH DESCRIPTION .PP Display detailed information on one or more volumes. The output can be formatted using the \fB--format\fP flag and a Go template. To get detailed information about all the existing volumes, use the \fB--all\fP flag. Volumes can be queried individually by providing their full name or a unique partial name. .SH OPTIONS .SS \fB--all\fP, \fB-a\fP .PP Inspect all volumes. .SS \fB--format\fP, \fB-f\fP=\fIformat\fP .PP Format volume output using Go template .SS \fB--help\fP .PP Print usage statement .SH EXAMPLES .PP .RS .nf $ podman volume inspect myvol $ podman volume inspect --all $ podman volume inspect --format "{{.Driver}} {{.Scope}}" myvol .fi .RE .SH SEE ALSO .PP \fBpodman(1)\fP, \fBpodman-volume(1)\fP, \fBpodman-inspect(1)\fP .SH HISTORY .PP November 2018, Originally compiled by Urvashi Mohnani umohnani@redhat.com \[la]mailto:umohnani@redhat.com\[ra]