I know about /var/lib/docker
but is mounting this directory on another machine enough to recover the docker functionality on the original machine? I tried this between different CoreOS instances but when issued docker image
the images did not appear even though they were in the /var/lib/docker
directory. Am I missing some other data that should be transferred?
The end goal is to have a portable 'repo' of images that I can build on from any machine.