put_container_archive
Upload a tar archive to a specified path inside a Docker container by providing the container ID or name, destination path, and archive data.
Instructions
Upload a tar archive to a path inside a container.
For a tarball already on the server host, prefer put_container_archive_from_file — it streams
from disk instead of carrying the (base64-encoded) bytes through the MCP protocol.
args: id_or_name - The container id or name path - Destination path inside the container data - Tar archive bytes returns: bool - True if the upload succeeded
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| path | Yes | ||
| id_or_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |