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
Copy file name to clipboardexpand all lines: README.md
+15-15
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ This is the only containerized NFS server that offers **all** of the following f
41
41
-`rpcsec_gss_krb5` (*only if Kerberos is used*)
42
42
43
43
Usually you can enable these modules with: `modprobe {nfs,nfsd,rpcsec_gss_krb5}`
44
-
1. The container will need to run with `CAP_SYS_ADMIN` (or `--privileged`). This is necessary as the server needs to mount several filesystems inside the container to support its operation, and performing mounts from inside a container is impossible without these capabilities.
44
+
1. The container will need to run with `CAP_SYS_ADMIN` (or `--privileged`). This is necessary as the server needs to mount several filesystems *inside* the container to support its operation, and performing mounts from inside a container is impossible without these capabilities.
45
45
1. The container will need local access to the files you'd like to serve via NFS. You can use Docker volumes, bind mounts, files baked into a custom image, or virtually any other means of supplying files to a Docker container.
46
46
47
47
## Usage
@@ -50,11 +50,11 @@ This is the only containerized NFS server that offers **all** of the following f
50
50
51
51
Starting the `erichough/nfs-server` image will launch an NFS server. You'll need to supply some information upon container startup, which we'll cover below, but briefly speaking your `docker run` command might look something like this:
Let's break that command down into its individual pieces to see what's required for a successful server startup.
@@ -63,15 +63,15 @@ Let's break that command down into its individual pieces to see what's required
63
63
64
64
As noted in the [requirements](#requirements), the container will need local access to the files you'd like to share over NFS. Some ideas for supplying these files:
@@ -153,7 +153,7 @@ Please [open an issue](https://github.com/ehough/docker-nfs-server/issues) if yo
153
153
154
154
## Remaining tasks
155
155
156
-
- switch to Alpine Linux once [this bug](https://bugs.alpinelinux.org/issues/8470) in `nfs-utils` is fixed
156
+
- switch to Alpine Linux once `nfs-utils` version 2.3.1-r4 (or higher) is released in a stable repo (maybe Alpine 3.9?). See [this bug](https://bugs.alpinelinux.org/issues/8470) for details
157
157
- figure out why `rpc.nfsd` takes 5 minutes to startup/timeout unless `rpcbind` is running
0 commit comments