components/docker/files/man/docker-volume-inspect.1
changeset 6468 af5d82385cd7
equal deleted inserted replaced
6467:e5632698211d 6468:af5d82385cd7
       
     1 .TH "DOCKER" "1" " Docker User Manuals" "Docker Community" "JULY 2015"  ""
       
     2 
       
     3 
       
     4 .SH NAME
       
     5 .PP
       
     6 docker\-volume\-inspect \- Get low\-level information about a volume
       
     7 
       
     8 
       
     9 .SH SYNOPSIS
       
    10 .PP
       
    11 \fBdocker volume inspect\fP
       
    12 [\fB\-f\fP|\fB\-\-format\fP[=\fIFORMAT\fP]]
       
    13 [\fB\-\-help\fP]
       
    14 VOLUME [VOLUME...]
       
    15 
       
    16 
       
    17 .SH DESCRIPTION
       
    18 .PP
       
    19 Returns information about one or more volumes. By default, this command renders all results
       
    20 in a JSON array. You can specify an alternate format to execute a given template
       
    21 is executed for each result. Go's
       
    22 
       
    23 \[la]http://golang.org/pkg/text/template/\[ra] package describes all the details of the
       
    24 format.
       
    25 
       
    26 
       
    27 .SH OPTIONS
       
    28 .PP
       
    29 \fB\-f\fP, \fB\-\-format\fP=""
       
    30   Format the output using the given go template.
       
    31 
       
    32 .PP
       
    33 \fB\-\-help\fP
       
    34   Print usage statement
       
    35 
       
    36 
       
    37 .SH HISTORY
       
    38 .PP
       
    39 July 2015, created by Brian Goff 
       
    40 \[la][email protected]\[ra]