Answers for "Couldn't connect to Docker daemon at http://localhost:2375"

5

Couldn't connect to Docker daemon at http+docker://localhost

sudo usermod -aG docker $USER
sudo chown $USER /var/run/docker.sock
Posted by: Guest on May-01-2021
3

ERROR: Couldn't connect to Docker daemon at http+docker://localhost - is it running?

open the terminal and type sudo dockerd and leave it open
open new terminal and type sudo docker-compose up -d or sudo docker-compose build
Posted by: Guest on June-14-2020

Code answers related to "Couldn't connect to Docker daemon at http://localhost:2375"

Browse Popular Code Answers by Language