adlogix / docker-machine-nfs

Activates NFS on docker-machine
MIT License
794 stars 104 forks source link

Path conflicts with existing export #10

Closed jmreicha closed 9 years ago

jmreicha commented 9 years ago

Getting the following error when running:

exports:8: /Users conflicts with existing export /Users/josh/github

I am on an older version of VBox and docker-machine so will attempt upgrading.

tonivdv commented 9 years ago

Hey @jmreicha ,

Seems the same 'issue' as #6 ?!

jmreicha commented 9 years ago

Oops, yep that's the same issue.

jmreicha commented 8 years ago

If anybody comes across this, the fastest workaround I found was to edit /etc/exports and comment out the Vagrant entries, leaving only the docker-machine entry then rerunning docker-machine-nfs.

williamboxhall commented 8 years ago

Cheers @jmreicha ! Workaround worked for me

phuang07 commented 7 years ago

Thanks @jmreicha it works!

matt-halliday commented 6 years ago

Hitting a problem going the other way. I use docker-machine but want to run a project just using plain old vagrant. The vagrant box won't up because of permissions issues when mounting the project into the box. /User in exports is blocking it. Any idea how to run these two in harmony?