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
+15-10Lines changed: 15 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# erichough/nfs-server
1
+
# obeone/nfs-server (forked from erichough/nfs-server)
2
2
3
3
A lightweight, robust, flexible, and containerized NFS server.
4
4
@@ -17,6 +17,11 @@ This is the only containerized NFS server that offers **all** of the following f
17
17
-[NFSv4 user ID mapping](https://github.com/ehough/docker-nfs-server/blob/develop/doc/feature/nfs4-user-id-mapping.md) via [`idmapd`](http://man7.org/linux/man-pages/man8/idmapd.8.html)
- Support for arch : linux/amd64, linux/arm64, linux/i386, linux/armhf, linux/armel
23
+
- Build everyday to stay up-to-date with upstream distribution (alpine)
24
+
20
25
## Table of Contents
21
26
22
27
*[Requirements](#requirements)
@@ -56,14 +61,14 @@ This is the only containerized NFS server that offers **all** of the following f
56
61
57
62
### Starting the server
58
63
59
-
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:
64
+
Starting the `ghcr.io/obeone/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:
0 commit comments