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
Mount NFS v3/4, AWS EFS or CIFS inside your docker containers. This is a docker plugin which enables these volume types to be directly mounted within a container.
NFS needs to be installed on Linux systems in order to properly mount NFS mounts.
@@ -21,13 +23,13 @@ sudo mount -t nfs4 1.1.1.1:/mountpoint /target/mount
21
23
#### From Source
22
24
23
25
```
24
-
$ go get github.com/gondor/docker-volume-netshare
26
+
$ go get github.com/ContainX/docker-volume-netshare
25
27
$ go build
26
28
```
27
29
28
30
#### From Binaries
29
31
30
-
Binaries are available through GitHub releases. You can download the appropriate binary, package and version from the [Releases](https://github.com/gondor/docker-volume-netshare/releases) page
32
+
Binaries are available through GitHub releases. You can download the appropriate binary, package and version from the [Releases](https://github.com/ContainX/docker-volume-netshare/releases) page
31
33
32
34
#### On Ubuntu / Debian
33
35
@@ -36,7 +38,7 @@ The method below will install the sysvinit and /etc/default options that can be
0 commit comments