get_image
Retrieve detailed attributes of a Docker image by providing its name or ID. Returns a dictionary with image metadata.
Instructions
Get an image by name or id.
args: name - The image name or id returns: dict - The image's attrs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |