docker_inspect
Inspect a Docker container to get a clear summary of its image, state, restart policy, ports, mounts, networks, and health status, without exposing environment variable values.
Instructions
Summarize a Docker container's image, state, restart policy, ports, mounts, networks, and health. Environment variable values are never included
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Container name to summarize | |
| server | No | Remote server name from config (optional, runs locally if omitted) |