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
{{ message }}
This repository was archived by the owner on Oct 6, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ A lightweight, robust, flexible, and containerized NFS server.
6
6
7
7
This is the only containerized NFS server that offers **all** of the following features:
8
8
9
-
-supports NFS versions 3, 4, or both simultaneously
9
+
- NFS versions 3, 4, or both simultaneously
10
10
- clean teardown of services upon `SIGTERM` or `SIGKILL` (no lingering `nfsd` processes on Docker host)
11
11
- flexible construction of `/etc/exports` via a Docker bind mount *or* environment variables
12
12
- lightweight image based on [Alpine Linux](https://alpinelinux.org/)
@@ -52,7 +52,7 @@ Via optional environment variables, you can adjust the server settings to your n
52
52
53
53
-**`NFS_VERSION`** (default is `4.2`)
54
54
55
-
Set to `3`, `4`, `4.1`, or `4.2` to fine tune the NFS protocol version. Note that any minor version will also enable any lesser minor versions. e.g. `4.2` will enable versions 4.2, 4.1, 4, **and** 3.
55
+
Set to `3`, `4`, `4.1`, or `4.2` to fine tune the NFS protocol version. Enabling any version will also enable any lesser versions. e.g. `4.2` will enable versions 4.2, 4.1, 4, **and** 3.
56
56
57
57
-**`NFS_VERSION_DISABLE_V3`** (*not set by default*)
58
58
@@ -68,15 +68,15 @@ Via optional environment variables, you can adjust the server settings to your n
68
68
69
69
-**`NFS_MOUNTD_PORT`** (default is `32767`)
70
70
71
-
*Not needed for NFS 4*. Set this to any valid port number (`1` - `65535` inclusive) to change `rpc.mountd`'s listening port.
71
+
*Only needed for NFS 3*. Set this to any valid port number (`1` - `65535` inclusive) to change `rpc.mountd`'s listening port.
72
72
73
73
-**`NFS_STATD_IN_PORT`** (default is `32765`)
74
74
75
-
*Not needed for NFS 4*. Set this to any valid port number (`1` - `65535` inclusive) to change `rpc.statd`'s listening port.
75
+
*Only needed for NFS 3*. Set this to any valid port number (`1` - `65535` inclusive) to change `rpc.statd`'s listening port.
76
76
77
77
-**`NFS_STATD_OUT_PORT`** (default is `32766`)
78
78
79
-
*Not needed for NFS 4*. Set this to any valid port number (`1` - `65535` inclusive) to change `rpc.statd`'s outgoing connection port.
79
+
*Only needed for NFS 3*. Set this to any valid port number (`1` - `65535` inclusive) to change `rpc.statd`'s outgoing connection port.
0 commit comments