docker network inspect
Display detailed information on one or more networks
Usage
docker network inspect [OPTIONS] NETWORK [NETWORK...]
Description
Returns information about one or more networks. By default, this command renders all results in a JSON object.
Options
Option | Short | Default | Description |
---|---|---|---|
--format | -f | Format output using a custom template: 'json': Print in JSON format 'TEMPLATE': Print output using the given Go template. Refer to https://docs.docker.com/go/formatting/open_in_new for more information about formatting output with templates | |
--verbose | -v | Verbose output for diagnostics |