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
- Host: GitHub
- URL: https://github.com/optimalbits/docker-nfs
- Owner: OptimalBits
- License: mit
- Created: 2016-11-30T12:53:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-30T13:17:08.000Z (over 9 years ago)
- Last Synced: 2024-12-27T14:44:35.902Z (over 1 year ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```