Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sjiveson authored Jul 27, 2017
1 parent 8f5baf4 commit 650de23
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ A handy NFS Server image comprising of Alpine Linux v3.5.0 and NFS v4 only, over

## Overview

A handy NFS Server image comprising of;
The image comprises of;

- [Alpine Linux](http://www.alpinelinux.org/) v3.5.0. Alpine Linux is a security-oriented, lightweight Linux distribution based on [musl libc](https://www.musl-libc.org/) (v1.1.15) and [BusyBox](https://www.busybox.net/).
- NFS v4 only, over TCP on port 2049.

**Note:** There were some serious flaws with image versions 3 and earlier. Please use **4** or **latest**. The earlier version are only here in case they are used in automated workflows.

When run, this container will make whatever directory is specified by the environment variable SHARED_DIRECTORY available to NFS v4 clients.

`docker run -d --name nfs --privileged -v /some/where/fileshare:/nfsshare -e SHARED_DIRECTORY=/nfsshare itsthenetwork/nfs-server-alpine:latest`
Expand Down Expand Up @@ -42,7 +40,7 @@ You may need to do this to get things working;
sudo ros service enable kernel-headers
sudo ros service up kernel-headers
```
RancherOS also used overlayfs for Docker so please read the next section.
RancherOS also uses overlayfs for Docker so please read the next section.

### OverlayFS

Expand Down

0 comments on commit 650de23

Please sign in to comment.