Skip to main content
Download a file from a container image to local filesystem.

TL;DR

  • Use when: Extracting build artifacts, logs, binaries
  • Returns: Success status, file size, path
  • Cost: No VM needed

Parameters

Response

Examples

Download Build Artifact

Download Log File

Note: destination must be an absolute path on the MCP server’s host filesystem (not inside the container). Use ~ for home directory. Parent directories are created automatically.

See Also

  • upload - Upload files to Contree
  • rsync - Sync directories