Back

Explore Courses Blog Tutorials Interview Questions
+1 vote
2 views
in DevOps and Agile by (29.3k points)

i am facing the below error while running the docker. Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?. Can you please help.

1 Answer

0 votes
by (50.2k points)

Try to use sudo before docker that might resolve your error. The reason for your issue is The user that you are running as may not have permissions to talk to /var/run/docker.sock on that system.

Browse Categories

...