adlogix / docker-machine-nfs

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

Add support for Linux #51

Closed frankcarey closed 7 years ago

frankcarey commented 8 years ago

DONT MERGE YET!

.. but feedback and testing welcome :) Relates to #50

There are some improvements to be made, but this is at least working on ubuntu 14.04 for me with the following:

docker 1.10.1 docker-machine 0.6.0 docker-compose 1.6.0

to make it run: docker-machine-nfs default --nfs-config="(rw,sync,no_root_squash,no_subtree_check)" --shared-folder=/home/fcarey/docker-share --force

tonivdv commented 8 years ago

:+1:

dharizza commented 8 years ago

Hi, Using this script worked for me on Linux Mint 17.3. Thank you!

tonivdv commented 7 years ago

@frankcarey Are you still gonna work on this? Or can I close this one?

tonivdv commented 7 years ago

I'm closing this PR. Feel free to reopen if you want to finish it. Cheers