docker image save

Command Name: 

docker image save

Description:

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

Syntax:

easywhatis$ docker image save --help
Usage: docker image save [OPTIONS] IMAGE [IMAGE...]
Save one or more images to a tar archive (streamed to STDOUT by default)
Options:
  -o, --output string   Write to a file, instead of STDOUT
easywhatis$

Example:

easywhatis$ docker save busybox > busybox.tar
easywhatis$ ls
Dockerfile busybox.tar