I know how to create and mount a data volume container to multiple other containers using --volumes-from, but I do have a few questions regarding it\'s usage and limitations:
There is a technology called as Flocker which will help you to move your containers across the hosts with the attached volume. Flocker is open source. Docker in itself doesn't provide any functionality for Docker container migration. There is a small article on container migration. Hope it will be helpful.