Skip to content

Instantly share code, notes, and snippets.

@Juravenator
Created June 15, 2021 09:09
Show Gist options
  • Save Juravenator/02e96431f13fa7c4fe9289d701991bb4 to your computer and use it in GitHub Desktop.
Save Juravenator/02e96431f13fa7c4fe9289d701991bb4 to your computer and use it in GitHub Desktop.
Pull docker image from another machine
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