adlogix / docker-machine-nfs

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

Mount remote shares (not from OS X host)? #47

Closed mrmachine closed 7 years ago

mrmachine commented 8 years ago

Is it possible? E.g. my NAS at home exports NFS shares to my Mac. I want a Docker container running on my Mac to access the NAS.

tonivdv commented 8 years ago

If on your mac you can access those shares then yes it should work. You simply need to run the docker-machine-nfs with the --shared-folder=/share/on/my/mac .