Skip to content

Instantly share code, notes, and snippets.

@vub
Created December 23, 2020 03:01
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 vub/ffba1e558917571901999e8724526a40 to your computer and use it in GitHub Desktop.
Save vub/ffba1e558917571901999e8724526a40 to your computer and use it in GitHub Desktop.
Docker export import images
docker save postgres > postgres.tar
# docker import [OPTIONS] file|URL|- [REPOSITORY[:TAG]]
docker import postgres.tar postgres:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment