Answers for "ocker: cannot connect to the docker daemon at unix:///home/ateya/.docker/desktop/docker.sock. is the docker daemon running?. see 'docker run --help'"

4

Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?.

sudo su
systemctl start docker
systemctl enable docker
systemctl restart docker
Posted by: Guest on May-27-2021
-1

Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

sudo su
systemctl start docker
systemctl enable docker
systemctl restart docker
Posted by: Guest on January-22-2022

Code answers related to "ocker: cannot connect to the docker daemon at unix:///home/ateya/.docker/desktop/docker.sock. is the docker daemon running?. see 'docker run --help'"

Browse Popular Code Answers by Language