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).

May 2020 Docker Community