load_image_from_file
Load a Docker image from a tar archive on the host. Streams the file directly to the daemon, supporting arbitrarily large images.
Instructions
Load an image from a tar archive on the host running this MCP server.
Streams the file straight to the daemon, so it handles arbitrarily large images that would be
impractical to pass in band via load_image. The path is read by the server's user; ~ is expanded.
args: file_path - Path to a tarball produced by docker save / save_image_to_file
returns: list - A list of loaded image attrs dicts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |