.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=\fIformat\fP, \fB\-f\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 podman\-volume(1) .SH HISTORY .PP November 2018, Originally compiled by Urvashi Mohnani umohnani@redhat.com \[la]mailto:umohnani@redhat.com\[ra]