Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 287 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 287 Bytes

docker-nfs

Dockerized NFS Server

Usage

Create a new image from this base image and add the file exports:

ADD exports.dist /etc/exports

If you start the server as a swarm service, use the CMD:

```start.sh````

or just add the CMD to the Dockerfile:

CMD start.sh