I\'m having a recurring problem with Docker Machine - every few days it decides to timeout and I am unable to recover it once this happens.
Example
My problem was very simple. I was blocking port 2376 with my ufw firewall. Docker-machine needs this port open to connect to the remote.
I found the answer to my problem in on this page: