Skip to content

Instantly share code, notes, and snippets.

@WillSquire
Created September 9, 2019 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WillSquire/07a29b2ce4f2e6f6d19687c309278b47 to your computer and use it in GitHub Desktop.
Save WillSquire/07a29b2ce4f2e6f6d19687c309278b47 to your computer and use it in GitHub Desktop.

Save docker images to file:

docker save -o destination/file.tar docker_image/name

Load docker images from file:

docker load -i destination/file.tar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment