Move some container to another host

Hey everybody,

i tried to move some container in the past, but unsuccessfully. What I want is deploy a pulled container “xy” and “backup” this container afterwards to an image. This image shall move to another host, so I can import this single file with a single command and all is up runnig like before. It is possible in docker >= 1.4.1? When it does, how? This would be very nice to me.

Best regards

pic0

have you looked at using docker save, docker export or even docker commit and then docker push?