Docker Swarm Persistent Storage Using GlusterFS
Running stateful applications on Docker Swarm is a bit tricky since docker volumes are created on the server where the container runs. When the container is moved to a different server, data will will be inaccessible. Using GlusterFS is a solution…