Extracting Images Manually

docker image save:

docker image load:

Note, you can chain multiple image tags to save them all in one tar file and benefit from layer de-duplication. You can pipe the tar file to gzip or pigz to compress the file. The load command it able to process tar and tgz files.

Example for how to compress saved images with pigz (which comes as a dependency of docker):