A simple NFS server on CentOS
2.9K
Docker nfs-server based on CentOS. To use, run the image as follows:
$ docker run -d --net=bridge --privileged --name nfs-server bryanayers/centos-nfsserver /exports/foo /exports/bar
You can then mount NFS shares:
# mount <CONTAINER_IP>:/exports/foo /mnt/foo
# mount <CONTAINER_IP>:/exports/bar /mnt/bar
Content type
Image
Digest
Size
76.7 MB
Last updated
over 8 years ago
docker pull bryanayers/centos-nfsserver