Container Live Migration

Hey There,

Does Docker intend to provide a live migration for containers from host to host ? just like VMware provides live migration “vmotion” ?

Thanks,

You may be interested in the demo at Dockercon 2015: https://youtu.be/mL9AFkJJAq0?t=1653

Yeap thanks,
this is what i was looking for.

Any ETA for releasing it as a part of Docker ?

Any news on this feature, please?
Thanks

1 Like

And another one: any news, please?

An alternative is to commit the container to an image with docker commit, move the image onto a new host, and then start a new container with docker run, which will preserve any data that an application has created inside the container.

Another option is to use Flocker.

For migrating data volumes refer
https://docs.docker.com/engine/userguide/containers/dockervolumes/