Created
April 18, 2018 04:52
-
-
Save ef2k/22cff0519ff655714bc6ac242659283f to your computer and use it in GitHub Desktop.
Docker push an image over SSH (save and load)
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 <my_image> | ssh -C [email protected] docker load |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment