The Wayback Machine - https://web.archive.org/web/20260118131233/https://docs.docker.com/reference/cli/docker/network/inspect/
Answers are generated based on the documentation.

docker network inspect

DescriptionDisplay detailed information on one or more networks
Usagedocker 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

OptionDefaultDescription
-f, --formatFormat 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/ for more information about formatting output with templates
-v, --verboseVerbose output for diagnostics