mitcdh/unfs3

By mitcdh

Updated over 8 years ago

Docker image for running unfs3 exporting a bind mounted /export

Image
1

210

UNF3 for Docker

Quick container to throw up an nfs service for inside a docker managed network. Uses UNFS3.

Intended to provide an NFS share for convoy-nfs in Rancher.

Usage

Running the Docker Container

nfsservice:
  image: mitcdh/unfs3
  volumes:
  - /sync/rancher-nfs:/export
Structure
  • /export: Directory exported over NFS
Exposed Ports
  • 111/udp 111/tcp 2049/tcp 2049/udp: rpcbind and nfs server ports
Credits

Docker Pull Command

docker pull mitcdh/unfs3