mirror of https://github.com/docker/docs.git
18 lines
533 B
YAML
18 lines
533 B
YAML
command: docker network inspect
|
|
short: Display detailed information on one or more networks
|
|
long: |-
|
|
Returns information about one or more networks. By default, this command renders
|
|
all results in a JSON object.
|
|
usage: docker network inspect [OPTIONS] NETWORK [NETWORK...]
|
|
pname: docker network
|
|
plink: docker_network.yaml
|
|
options:
|
|
- option: format
|
|
shorthand: f
|
|
description: Format the output using the given Go template
|
|
- option: verbose
|
|
shorthand: v
|
|
default_value: "false"
|
|
description: Verbose output for diagnostics
|
|
|