Command
docker load
Explanation
Imports an image that was previously saved with docker save.
Examples
Load image from tar file
docker load -i nginx.tar
docker load
Imports an image that was previously saved with docker save.
Load image from tar file
docker load -i nginx.tar