Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Commit 720efe3

Browse files
committed
typo in README
1 parent e40477a commit 720efe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This is the only containerized NFS server that offers **all** of the following f
1515
## Requirements
1616

1717
1. The Docker **host** kernel will need both the `nfs` and `nfsd` kernel modules. Usually you can enable them both with `modprobe nfs nfsd`.
18-
1. The container will need to run with `CAP_SYS_ADMIN` (or `--privilged`). This is necessary as the server needs to mount several filesystems inside the container to support its operation.
18+
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.
1919
1. You will need to bind mount your exported filesystems into this container. e.g. `-v /some/path/on/host:/some/container/path`
2020

2121
## Usage

0 commit comments

Comments
 (0)