From d8ba94593c6542186cc78a0cabba2ea4fbd47153 Mon Sep 17 00:00:00 2001 From: Eric Hough Date: Sun, 12 Nov 2017 16:50:19 -0800 Subject: [PATCH 1/2] typo in usage instructions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3b4640f..37be5d5 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ The container requires you to supply it with your desired [NFS exports](https:// -v /host/files:/nfs \ --cap-add SYS_ADMIN \ -p 2049:2049 \ - erichough/nfs4-server:latest` + erichough/nfs-server:latest` 1. **Supply each line of `/etc/exports` as an environment variable**. @@ -44,7 +44,7 @@ The container requires you to supply it with your desired [NFS exports](https:// -v /host/path/bar:/nfs/bar \ --cap-add SYS_ADMIN \ -p 2049:2049 \ - erichough/nfs4-server:latest` + erichough/nfs-server:latest` ### Configuration @@ -101,4 +101,4 @@ Via optional environment variables, you can adjust the server settings to your n This work was based heavily on prior projects: - [f-u-z-z-l-e/docker-nfs-server](https://github.com/f-u-z-z-l-e/docker-nfs-server) -- [sjiveson/nfs-server-alpine](https://github.com/sjiveson/nfs-server-alpine) \ No newline at end of file +- [sjiveson/nfs-server-alpine](https://github.com/sjiveson/nfs-server-alpine) From 45943771c154a14c2fd2094f2a35b1a03f065f06 Mon Sep 17 00:00:00 2001 From: Eric Hough Date: Sun, 12 Nov 2017 16:53:05 -0800 Subject: [PATCH 2/2] another typo in usage instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 37be5d5..27e6d91 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ The container requires you to supply it with your desired [NFS exports](https:// -v /host/files:/nfs \ --cap-add SYS_ADMIN \ -p 2049:2049 \ - erichough/nfs-server:latest` + erichough/nfs-server:latest 1. **Supply each line of `/etc/exports` as an environment variable**. @@ -44,7 +44,7 @@ The container requires you to supply it with your desired [NFS exports](https:// -v /host/path/bar:/nfs/bar \ --cap-add SYS_ADMIN \ -p 2049:2049 \ - erichough/nfs-server:latest` + erichough/nfs-server:latest ### Configuration