Created
April 8, 2020 18:37
-
-
Save bibarsov/c6702afb52f9a0e32c235063763f0dcd to your computer and use it in GitHub Desktop.
This file contains hidden or 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
sudo docker save -o adminer.docker adminer | |
scp adminer.docker tbibarsov@server:/home/tbibarsov/env/postgres/ | |
sudo docker load -i adminer.docker |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment