docker_image_info
Retrieve detailed information about a Docker image, including its name and specific tag, using the MCP server 'mcp-server-pacman'.
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) |