1
0
mirror of https://github.com/docker/cli.git synced 2025-04-20 06:27:49 +03:00
Paweł Gronowski a20eb45b26
image/save: Add --platform
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-10-10 16:35:03 +02:00

758 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 string Save only the given platform variant. Formatted as os[/arch[/variant]] (e.g., linux/amd64)