docker-save - Man Page
Save one or more images to a tar archive (streamed to STDOUT by default)
Examples (TL;DR)
- View documentation for the original command:
tldr docker image save
Synopsis
docker save [Options] IMAGE [IMAGE...]
Description
Alias for docker image save.
Options
-o, --output="" Write to a file, instead of STDOUT
--platform=[] Save only the given platform(s). Formatted as a comma-separated list of "os[/arch[/variant]]" (e.g., "linux/amd64,linux/arm64/v8")
See Also
Referenced By
Dec 2025 Docker Community Docker User Manuals