network_inspect
Inspect a single Docker network to retrieve its connected containers, IPAM config, and driver options for troubleshooting or configuration review.
Instructions
Return the full inspect detail for a single network.
Includes the connected containers (Containers, keyed by container id, with each
entry's assigned IP), IPAM config, and driver options. For a quick overview of many
networks use network_list instead - its default (non-greedy) response omits the
per-network Containers detail for speed.
Returns:
dict: Full network inspect attrs (equivalent to docker network inspect)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id_or_name | Yes |