Hello everyone,
I recently read on the docker docs about the „new“ cluster volume option (see docker volume create | Docker Docs)
Can someone explain me, whats the difference between a „normal“ volume and a cluster volume? I cannot find anything on the internet, like docs or tutorial, how to use cluster volumes and it seems to be a new feature, regarding to the pull request from May 2022.
I am searching for a solution, to store data in a volume on a swarm and want to access to this data on each node (depending on where the related service instance is running)
Is this cluster volume maybe the solution i am searching for?
Thanks for your answers!