Skip to content

OptimalBits/docker-nfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages