Cannot connect to the Docker daemon at unix:///var/run/docker.sock
- June 22, 2017
- by
- Venkatesh Thallam
Recently, I have tried installing docker on my Mac using brew
brew install dockerTo make sure it was installed, I ran
docker --versionFor a moment, It looked Docker is installed successfully, untiĀ I tried to check the docker processes using
docker psAfter, this I have started seeing the error message “Cannot connect to the Docker daemon at unix:///var/run/docker.sock”
After, some...