Answers for "docker run -v /var/run/docker.sock:/var/run/docker.sock --name containerB myimage"

0

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

Code answers related to "docker run -v /var/run/docker.sock:/var/run/docker.sock --name containerB myimage"

Browse Popular Code Answers by Language