Load an image from a tar archive
Remove one or more images
List images
Save one or more images to a tar archive
docker save
Exports an image to a tar archive that can be loaded on another Docker host.
Save image to tar file
docker save -o nginx.tar nginx
Pull an image or a repository from a registry
Build an image from a Dockerfile
Create a tag TARGET_IMAGE that refers to SOURCE_IMAGE