Saver docker image as a tar file docker save -o <path_for_tar_file> <image_name> Load the image into Docker docker load -i <path_for_tar_file>