network_inspect
Retrieve full inspect details for a single Docker network: connected containers with assigned IPs, IPAM config, and driver options. Provide the network ID or name to get the data.
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 |