docker-volume-netshare icon indicating copy to clipboard operation
docker-volume-netshare copied to clipboard

Docker NFS, AWS EFS, Ceph & Samba/CIFS Volume Plugin

Results 101 docker-volume-netshare issues
Sort by recently updated
recently updated
newest added

Added noresvport NFS option recommended by AWS Documentation. https://docs.aws.amazon.com/efs/latest/ug/troubleshooting-efs-mounting.html#tcp-reconnect-nfs-not-responding

**Output of** `docker version`: ``` Client: Version: 1.12.0-rc3 API version: 1.24 Go version: go1.6.2 Git commit: 91e29e8 Built: Sat Jul 2 00:17:11 2016 OS/Arch: darwin/amd64 Server: Version: 1.12.0-rc3 API version:...

More Info Requested

When I try to use docker-volume-netshare to mount an EFS volume on a Docker container, the mount command issued does not refer to the respective EFS IP. I cannot use...

To use cachefilesd you need to add the fsc to the mount, is it possible to make the efs driver accept option arguments to the volume plugin to add customized...

rancher Version: 1.6 docker version: 18.06.3-ce docker-volume-netshare version 0.36 **Issue** Rancher displays container as "Activating" (Container as "Starting") although it has started correctly. The mount is available inside the container....

### Problem The documentation has the following .netrc example configuration: ` //.netrc machine some_hostname username jeremy password somepass domain optional security optional fileMode optional dirMode optional ` However, this does...

When accessing a Windows 10 share I get mount error(112): Host is down I think what's missing is the capability of passing in the mount.cifs option `vers=3.02` at least it...

docs

Documentation for the EFS usage is fairly lacking; I would not be expecting a service to stay in the foreground, and even passing the --verbose flag gives very little to...

help wanted
docs

If I run `docker-volume-netshare cifs 1.39` as a service and then run `docker run -it --volume-driver=cifs -v 192.168.10.30/HDD-Pool:/mount ubuntu /bin/bash` I get `Error response from daemon: error while mounting volume...

Hey Guys - I've been trying to find the best way to mount & use Windows shares within my containers for a while now and this afternoon discovered NetShare. The...