I am getting an error message saying I can\'t connect to the docker daemon. I have looked into other people\'s answers who have had similar issues but it hasn\'t helped. I
In my case a have the same error when I try to docker-compose build and my solution was just add sudo
docker-compose build
sudo
sudo docker-compose build