get_container
Retrieve comprehensive configuration, state, network, mounts, environment, and resource limit details for a single container by ID or name.
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. For a quick
overview of many containers use list_containers instead (returns a summary per
container). 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 |