You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after creating a container using this driver as the volume driver in the swarm, if it migrates to another host, it cannot read anymore from the volume. how can i make it sync across the swarm? how can i make this driver the default volume driver?
The text was updated successfully, but these errors were encountered:
Also idk if this is a bug but when i try to mount an empty directory got failed to chown /var/lib/docker/volumes/MYVOLUME/_data: lchown /var/lib/docker/volumes/MYVOLUME/_data: operation not permitted
Even when the nfs-server permissions are fine
My workaround, just mount a directory with some files.
after creating a container using this driver as the volume driver in the swarm, if it migrates to another host, it cannot read anymore from the volume. how can i make it sync across the swarm? how can i make this driver the default volume driver?
The text was updated successfully, but these errors were encountered: