docker save

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

Aliases

docker image save, docker save

Options

NameTypeDefaultDescription
-o, --outputstringWrite to a file, instead of STDOUT
--platformstringSave only the given platform variant. Formatted as os[/arch[/variant]] (e.g., linux/amd64)