1
0
mirror of https://github.com/docker/cli.git synced 2025-11-25 18:03:19 +03:00
Files
cli/docs/reference/commandline/save.md
2025-06-10 16:42:39 -07:00

922 B

docker save

Save one or more images to a tar archive (streamed to STDOUT by default)

Aliases

docker image save, docker save

Options

Name Type Default Description
-o, --output string Write to a file, instead of STDOUT
--platform stringSlice Save only the given platform(s). Formatted as a comma-separated list of os[/arch[/variant]] (e.g., linux/amd64,linux/arm64/v8)