image_load
Load Docker images into a Docker daemon from a tarball saved by image_save, either from in-band data or a server host file.
Instructions
Load an image from a tarball produced by image_save, from in-band bytes or a file on the server host.
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 - A list of loaded image attrs dicts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| from_file | No |