Docker Data Volume Container - Can I share across swarm

后端 未结 2 1303
-上瘾入骨i
-上瘾入骨i 2021-02-01 18:58

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:

2条回答
  •  攒了一身酷
    2021-02-01 19:44

    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.

提交回复
热议问题