mirror of https://github.com/docker/docs.git
15 lines
607 B
YAML
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
|