Saturday, December 23, 2017

Docker : Copying Image to Another Host

docker save

ls

Take it to host machine


Untar it ( just to check contents )


Each Layer will have 3 files ( no need to untar it )
  1. VERSION
  2. json
  3. layer.tar ( actual data )
 We can load tar files

 can check images now

Can run it

No comments: