adlogix / docker-machine-nfs

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

Cannot detect the NFS mount :( #29

Closed davidterranova closed 8 years ago

davidterranova commented 8 years ago

Hi,

I just installed docker-machine-nfs and tried to allow NFS on my default machine. Unfortunately the last step (enabling / verifying) don't work. I'm working with docker-machine v0.5.0, virtual box as provider and OS X 10.11.2

[INFO] Configuration:

    - Machine Name: default
    - Shared Folder: /Users
    - Force: false

[INFO] machine presence ...             OK
[INFO] machine running ...          OK
[INFO] Lookup mandatory properties ... OK

    - Machine IP: 192.168.99.100
    - Network ID: vboxnet0
    - NFSHost IP: 192.168.99.1

[INFO] Configure NFS ...

 !!! Sudo will be necessary for editing /etc/exports !!!
                        OK
[INFO] Configure Docker Machine ...         OK
[INFO] Restart Docker Machine ...       OK
[INFO] Verify NFS mount ...             FAIL

Cannot detect the NFS mount :(

Any idea ? Regards,

yoanisgil commented 8 years ago

@davidterranova you might want to check #22 ;)

davidterranova commented 8 years ago

Thanks @yoanisgil !