You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IMO it's because there is a bug somewhere in code responsible for replacing content in /etc/exports.
For example when we want to mount machine30 - script makes search and replace texts which begins with machine30 word and when there is already mounted machine30trans - script removes only machine30 text and left unnecessary trans word.
The problem doesn't occurs when we firstly mount machine30 and secondly machine30trans
The text was updated successfully, but these errors were encountered:
When we have for example two machines with similar names:
And we want to mount these two machines with docker-machine-nfs there is a problem when:
machine30trans
- OKmachine30
- FAIL with message:after running above instructions
/etc/exports
looks like:IMO it's because there is a bug somewhere in code responsible for replacing content in
/etc/exports
.For example when we want to mount
machine30
- script makes search and replace texts which begins withmachine30
word and when there is already mountedmachine30trans
- script removes onlymachine30
text and left unnecessarytrans
word.The problem doesn't occurs when we firstly mount
machine30
and secondlymachine30trans
The text was updated successfully, but these errors were encountered: