Search code examples
dockerboot2docker

Import images from kitematic to boot2docker


I am on OS X.

I have been using kitematic for some time now, but today I wanted to switch to boot2docker, as I sometimes find kitematic very abstract to the user.

The problem I am facing is, is there a way to use all the images that I built in kitematic, in boot2docker. It took me considerable time to build 2 of them, and I certainly don't want to build them again.

I think one way would be to first push the image to docker hub using kitematic, and then pull it in boot2docker. But, that would consume a lot of data, as the image is pretty large.

The images are right now stored somewhere on my mac, so there must be some way to directly use them in boot2docker, right?


Solution

  • Use docker save to save the image to a tar file and docker load to load it back in your other vm.