Files
docker-docs/_data/engine-cli/docker_volume_inspect.yaml
French Ben 5ed83f4c64 Updated Yaml files (#922)
Signed-off-by: French Ben <frenchben@docker.com>
2017-01-19 10:51:53 -08:00

15 lines
607 B
YAML

command: docker volume inspect
short: Display detailed information on one or more volumes
long: |
Returns information about one or more volumes. By default, this command renders
all results in a JSON array. You can specify an alternate format to execute a
given template is executed for each result. Go's https://golang.org/pkg/text/template/
package describes all the details of the format.
usage: docker volume inspect [OPTIONS] VOLUME [VOLUME...]
pname: docker volume
plink: docker_volume.yaml
options:
- option: format
shorthand: f
description: Format the output using the given Go template