Answers for "setfacl: /var/run/docker.sock: no such file or directory"

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
0

dial unix /var/run/docker.sock: connect: no such file or directory

docker run -d --name gitlab-runner --restart always \
  -v /var/run/docker.sock:/var/run/docker.sock \
  -v /srv/gitlab-runner/config:/etc/gitlab-runner \
  gitlab/gitlab-runner:latest
Posted by: Guest on June-08-2022

Code answers related to "setfacl: /var/run/docker.sock: no such file or directory"

Browse Popular Code Answers by Language