2015-06-12 09:25:32 -04:00
|
|
|
% DOCKER(1) Docker User Manuals
|
|
|
|
% Docker Community
|
|
|
|
% JULY 2015
|
|
|
|
# NAME
|
|
|
|
docker-volume-inspect - Get low-level information about a volume
|
|
|
|
|
|
|
|
# SYNOPSIS
|
|
|
|
**docker volume inspect**
|
2015-09-09 11:45:28 -04:00
|
|
|
[**-f**|**--format**[=*FORMAT*]]
|
|
|
|
[**--help**]
|
|
|
|
VOLUME [VOLUME...]
|
2015-06-12 09:25:32 -04:00
|
|
|
|
|
|
|
# DESCRIPTION
|
|
|
|
|
2015-09-08 12:02:16 -04:00
|
|
|
Returns information about one or more volumes. By default, this command renders all results
|
2015-06-12 09:25:32 -04:00
|
|
|
in a JSON array. You can specify an alternate format to execute a given template
|
|
|
|
is executed for each result. Go's
|
|
|
|
http://golang.org/pkg/text/template/ package describes all the details of the
|
|
|
|
format.
|
|
|
|
|
|
|
|
# OPTIONS
|
|
|
|
**-f**, **--format**=""
|
2015-09-09 11:45:28 -04:00
|
|
|
Format the output using the given go template.
|
|
|
|
|
|
|
|
**--help**
|
|
|
|
Print usage statement
|
2015-06-12 09:25:32 -04:00
|
|
|
|
|
|
|
# HISTORY
|
|
|
|
July 2015, created by Brian Goff <cpuguy83@gmail.com>
|