I\'m running Mac OS 10.9.5 (Mavericks), I\'ve followed https://docs.docker.com/installation/mac/ to install Docker. I get a timeout error message when I run Docker even though t
Here's what I did to fix the issue (I use OS X v10.10 (Yosemite) and the accepted answer didn't work for me):
boot2docker delete
- Warning: this deletes all your Docker images.boot2docker init
boot2docker up
Now Docker works from the OS X command line via iTerm2 for me.