.nh .TH podman\-volume\-ls(1) .SH NAME .PP podman\-volume\-ls \- List all the available volumes .SH SYNOPSIS .PP \fBpodman volume ls\fP [\fIoptions\fP] .SH DESCRIPTION .PP Lists all the volumes that exist. The output can be filtered using the \fB\-\-filter\fP flag and can be formatted to either JSON or a Go template using the \fB\-\-format\fP flag. Use the \fB\-\-quiet\fP flag to print only the volume names. .SH OPTIONS .SS \fB\-\-filter\fP=\fIfilter\fP, \fB\-f\fP .PP Filter volume output. .SS \fB\-\-format\fP=\fIformat\fP .PP Format volume output using Go template. .SS \fB\-\-help\fP .PP Print usage statement. .SS \fB\-\-quiet\fP, \fB\-q\fP .PP Print volume output in quiet mode. Only print the volume names. .SH EXAMPLES .PP .RS .nf $ podman volume ls $ podman volume ls \-\-format json $ podman volume ls \-\-format "{{.Driver}} {{.Scope}}" $ podman volume ls \-\-filter name=foo,label=blue $ podman volume ls \-\-filter label=key=value .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]