docker-volume-netshare
docker-volume-netshare copied to clipboard
Problem under Docker 1.12.3
Hello,
When I issue docker volume create -d nfs --name nfs-test -o share=nas.ag.local:/volumeUSB1/usbshare/homelab/docker-nfs/test I see this in journalctl -f -u docker:
Volume driver nfs returned an error while trying to query its capabilities, using default capabilties: VolumeDriver.Capabilities: 404 page not found
And the plugin ignores all mount options I try to pass either in -o flags or in the config file. The only option it uses is share=
Hope to have some ideas to help me out ;)