Skip to content

Instantly share code, notes, and snippets.

@ef2k
Created April 18, 2018 04:52
Show Gist options
  • Save ef2k/22cff0519ff655714bc6ac242659283f to your computer and use it in GitHub Desktop.
Save ef2k/22cff0519ff655714bc6ac242659283f to your computer and use it in GitHub Desktop.
Docker push an image over SSH (save and load)
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