adlogix / docker-machine-nfs

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

feature: add timeout argument to set timeout on docker-machine calls #86

Closed tomwganem closed 6 years ago

tomwganem commented 6 years ago

When using the vpshere driver, docker-machine commands will sometimes exceed the default 10s timeout. This allows users to set that to a higher number. I chose 60s as a default timeout value.

tonivdv commented 6 years ago

Thanks again. Cheers