$ docker-machine ls
NAME ACTIVE DRIVER STATE URL SWARM DOCKER ERRORS
test0 - qemu Running tcp://127.0.0.1:2376 Unknown Unable to query docker version: Cannot connect to the docker engine endpoint
$ docker -H tcp://127.0.0.1:2376 ps
Cannot connect to the Docker daemon at tcp://127.0.0.1:2376. Is the docker daemon running?
But docker-machine ssh test0 works fine! Thanks! [I installed all with brew, but this package i had built]
But docker-machine ssh test0 works fine! Thanks! [I installed all with brew, but this package i had built]