Skip to content

Conversation

@rootfs
Copy link

@rootfs rootfs commented Oct 15, 2015

Run nfs server container:

# docker run -ti --privileged --net=host  -p 2049:2049 -p 20048:20048 -p 111:111/udp -p 111:111/tcp  hchen/nfs-data
Serving /mnt/data
NFS started

NFS client (on the same host):

mount -t nfs localhost:/mnt/data /tmp/mnt -o vers=3,nolock

Signed-off-by: Huamin Chen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant