image_load
Load a Docker image from a tarball produced by image_save, using in-band bytes or a server file path.
Instructions
Load an image from a tarball produced by image_save, from in-band bytes or a file on the server host.
Counterpart of image_save; when the image lives in a registry, image_pull is the normal
route. Pass exactly one of data (tarball bytes in band) or from_file (a path on the server host,
streamed straight to the daemon — preferred for anything but small images, since in-band bytes are
base64-encoded by MCP). from_file is read by the server's user; ~ is expanded.
args:
data - Tarball contents; exactly one of data/from_file
from_file - Path to a tarball produced by docker save / image_save; exactly one of data/from_file
returns: list - One full inspect payload per loaded image
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| from_file | No |