load_image
Load a Docker image from a base64-encoded tarball, returning its attributes.
Instructions
Load an image from a tarball produced by save_image.
For a tarball already on the host running this server, prefer load_image_from_file — it streams
from disk instead of carrying the (base64-encoded) bytes through the MCP protocol.
args: data - Tarball contents returns: list - A list of loaded image attrs dicts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes |