get_docker_container_details
Inspect a single Docker container's state, configuration, environment, mounts, and network settings.
Instructions
Returns a container's state, config, env, mounts, and network settings. Read-only via the Docker API; fatal if the daemon is unreachable or the container is unknown. Use to inspect one container; get_docker_info to list them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| container_id | Yes | container name or ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| errors | No | ||
| container | Yes |