github.com/akerouanton/docker@v1.11.0-rc3/man/docker-volume-inspect.1.md (about)

     1  % DOCKER(1) Docker User Manuals
     2  % Docker Community
     3  % JULY 2015
     4  # NAME
     5  docker-volume-inspect - Get low-level information about a volume
     6  
     7  # SYNOPSIS
     8  **docker volume inspect**
     9  [**-f**|**--format**[=*FORMAT*]]
    10  [**--help**]
    11  VOLUME [VOLUME...]
    12  
    13  # DESCRIPTION
    14  
    15  Returns information about one or more volumes. By default, this command renders all results
    16  in a JSON array. You can specify an alternate format to execute a given template
    17  is executed for each result. Go's
    18  http://golang.org/pkg/text/template/ package describes all the details of the
    19  format.
    20  
    21  # OPTIONS
    22  **-f**, **--format**=""
    23    Format the output using the given go template.
    24  
    25  **--help**
    26    Print usage statement
    27  
    28  # HISTORY
    29  July 2015, created by Brian Goff <cpuguy83@gmail.com>