Sometimes you want to transfer docker images between two linux hosts over SSH. Supposing images are gonna be transferred to 2nd host, There are two options to do that:
- Push image to the 2nd host
- Pull image from the 1st host
Here are the Steps:
Save Image {> Compress} > SSH to 2nd Host ({> Decompress} > Load Image)