docker-save - Man Page

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

Examples (TL;DR)

Synopsis

docker save [Options] IMAGE [IMAGE...]

Description

Alias for docker image save.

Options

-h, --help[=false] help for save

-o, --output="" Write to a file, instead of STDOUT

See Also

docker(1)

Referenced By

containers-transports(5).

Dec 2024 Docker Community Docker User Manuals