I want to share a volume across multiple containers , in docker swarm . I need it to be such that all the containers have R/W access to this volume at any point of time . If not rexray ,is there any other docker volume plugin which would enable me to do the same thing ?
The rexray documentation doesn't state the fact clearly.