I am using Docker Toolbox 1.8.2 and it is working fine on my OSX. On Windows, I have some problems.
I have created a new "default" VM (virtualbox), then connected my docker client to this docker host using "eval $(docker-machine env default)" on Cygwin. When I try to run "docker ps" from Cygwin, I get the following error:
Get http://127.0.0.1:2375/v1.20/containers/json: dial tcp 127.0.0.1:2375:
ConnectEx tcp: No connection could be made because the target machine
actively refused it..
* Are you trying to connect to a TLS-enabled daemon without TLS?
* Is your docker daemon up and running?
If I SSH into that machine and execute "docker ps", then it will return that no containers are running, meaning that the host is running.
Any ideas?