network_inspect
Get detailed information about a specific Docker network, including connected containers, IP addresses, IPAM config, and driver options.
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.
args: id_or_name - The network id or name
returns: dict - Full network inspect attrs (equivalent to docker network inspect)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id_or_name | Yes |