Cannot connect to the Docker daemon. Is the docker daemon running on this host? on Mac
Cannot connect to the Docker daemon. Is the docker daemon running on this host? on Mac
Sep 22, 2016 | 3318 views.
There are 2 ways to start docker on a Mac. Via command line with "docker-machine start" and via the Docker Quickstart Terminal on the launch pad. Via cmd, you might encounter the error "Cannot connect to the Docker daemon. Is the docker daemon running on this host?"
One way to solve this is to run
>> eval "$(docker-machine env default)"
This "connects" your shell/terminal to the new docker machine. Use "docker images" to check.
Questions? Please contact sales@servicerocket.com
You have to login to post a comment.
Comments
I was also facing the same problem. I was unable to connect to the Docker daemon. I then tried contacting https://customertechsupport.edublogs.org/2017/08/04/acersupport/ they were able to solve my problem.you can also try contacting them.