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
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