Skip to content

Instantly share code, notes, and snippets.

@agile6v
Created April 12, 2018 13:59
Show Gist options
  • Save agile6v/a3689b59327d369edb42e27a472ef129 to your computer and use it in GitHub Desktop.
Save agile6v/a3689b59327d369edb42e27a472ef129 to your computer and use it in GitHub Desktop.
How to copy docker images from one host to another without via repository?
step1: docker save -o <save image to path> <image name>
step2: scp file to dest host
step3: docker load -i <path to image tar file>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment