1

What's the best way to share volumes across multiple nodes in docker engine swarm mode to achieve data persistence ?

Any references will definitely help .

vivekyad4v
  • 13,321
  • 4
  • 55
  • 63
  • Possible duplicate of [How to share volumes across multiple hosts in docker engine swarm mode?](https://stackoverflow.com/questions/40360686/how-to-share-volumes-across-multiple-hosts-in-docker-engine-swarm-mode) – François Maturel Jun 07 '17 at 10:33

1 Answers1

0

Here are a view options:

  • Glusterfs
  • NFSv4
  • Ceph

You can mount your data with the '-v' option. Just make sure, the Share is available on all nodes.