Skip to content

Instantly share code, notes, and snippets.

@DoZator
Created May 3, 2019 08:21
Show Gist options
  • Save DoZator/df8a2c018c111c038a8171f53c2a1473 to your computer and use it in GitHub Desktop.
Save DoZator/df8a2c018c111c038a8171f53c2a1473 to your computer and use it in GitHub Desktop.
Saver docker image as a tar file

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment