Skip to content
This repository was archived by the owner on Oct 3, 2020. It is now read-only.

fix exporting multiple folders#19

Open
mathroc wants to merge 1 commit intocpuguy83:masterfrom
mathroc:patch-1
Open

fix exporting multiple folders#19
mathroc wants to merge 1 commit intocpuguy83:masterfrom
mathroc:patch-1

Conversation

@mathroc
Copy link

@mathroc mathroc commented Jul 3, 2018

with the actual code, docker run -d --name nfs --privileged cpuguy83/nfs-server a b c generates:

a b c *(rw,sync,no_subtree_check,fsid=0,no_root_squash)

this fix it so that it generates :

a *(rw,sync,no_subtree_check,fsid=0,no_root_squash)
b *(rw,sync,no_subtree_check,fsid=0,no_root_squash)
c *(rw,sync,no_subtree_check,fsid=0,no_root_squash)

with the actual code, `docker run -d --name nfs --privileged cpuguy83/nfs-server a b c` generates:

> a b c *(rw,sync,no_subtree_check,fsid=0,no_root_squash)

this fix it so that it generates :

> a *(rw,sync,no_subtree_check,fsid=0,no_root_squash)
> b *(rw,sync,no_subtree_check,fsid=0,no_root_squash)
> c *(rw,sync,no_subtree_check,fsid=0,no_root_squash)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant