Hello,
After so much unsuccessful attempt to go with rancher-nfs I looked to another volume driver. I found docker-volume-netshare which works perfectly in nfsv3 in my context.
With a PoC container started in cli
docker run -i -t --volume-driver=nfs -v 10.67.xx.xx/zpool-xxxxx/rancher:/data ubuntu /bin/bash
I was able to launch the container and connect to the NFS share.
Now I’d like to integrate the whole configuration (rancher + docker-volume-netshare) together to not have to create docker named volume by hand.
I was looking to infrastructure>storage but I only see rancher-nfs and no way to add another plugin driver etc…
Is it an easy way to do it ?
Cheers,
Renaud