docker/save

Save Image

Save one or more images to a tar archive

image
backup

Command

docker save

Explanation

Exports an image to a tar archive that can be loaded on another Docker host.

Examples

Save image to tar file

docker save -o nginx.tar nginx