Created
June 15, 2021 09:09
-
-
Save Juravenator/02e96431f13fa7c4fe9289d701991bb4 to your computer and use it in GitHub Desktop.
Pull docker image from another machine
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
ssh remotehost 'docker save image:tag | bzip2' | pv | bunzip2 | docker load |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment