An open API service indexing awesome lists of open source software.

https://github.com/optimalbits/docker-nfs

Dockerized NFS Server
https://github.com/optimalbits/docker-nfs

Last synced: 7 months ago
JSON representation

Dockerized NFS Server

Awesome Lists containing this project

README

          

# 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
```