container_inspect
Retrieve the full configuration and state details of any Docker container, including network settings, mounts, and environment variables.
Instructions
Return the full inspect detail for a single container.
Use this when you need complete information about one container — config, state,
network settings, mounts, environment variables, and resource limits. To enumerate many
containers use container_list instead (same payload per container by default; abridged
with sparse=True). For just logs or stats use container_logs / container_stats.
args: id_or_name - Container id (full or short) or name
returns: dict - Full container inspect attrs (equivalent to docker inspect)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id_or_name | Yes |