Save one or more images to a tar archive
Pull an image or a repository from a registry
Build an image from a Dockerfile
Load an image from a tar archive
docker load
Imports an image that was previously saved with docker save.
Load image from tar file
docker load -i nginx.tar
Remove one or more images
Create a tag TARGET_IMAGE that refers to SOURCE_IMAGE
Push an image or a repository to a registry