get_docker_image_details
Retrieve a Docker image's config, env, entrypoint, labels, and layers via the Docker API. Use to examine a single image's metadata and settings.
Instructions
Returns an image's config, env, entrypoint, labels, and layers. Read-only via the Docker API; fatal if the daemon is unreachable or the image is unknown. Use to inspect a single image; get_docker_image_history for build steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_id | Yes | image name or ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | Yes | ||
| errors | No |