docker_image_info
Retrieve detailed metadata, size, and configuration for any Docker image by name and tag. Specify the image repository and optionally the tag to get comprehensive info such as layers, architecture, and creation date.
Instructions
Get detailed information about a specific Docker image
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Image name (e.g., user/repo or library/repo) | |
| tag | No | Specific image tag (default: latest) |