Back
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.
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.
31k questions
32.8k answers
501 comments
693 users