mitcdh/unfs3
Docker image for running unfs3 exporting a bind mounted /export
210
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.
Running the Docker Container
nfsservice:
image: mitcdh/unfs3
volumes:
- /sync/rancher-nfs:/export
/export
: Directory exported over NFS111/udp 111/tcp 2049/tcp 2049/udp
: rpcbind and nfs server portsdocker pull mitcdh/unfs3