Created
December 23, 2020 03:01
-
-
Save vub/ffba1e558917571901999e8724526a40 to your computer and use it in GitHub Desktop.
Docker export import images
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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