Answers for "docker: got permission denied while trying to connect to the docker daemon socket at unix:///var/run/docker.sock: post "http://%2fvar%2frun%2fdocker.sock/v1.24/containers/create": dial unix /var/run/docker.so"

40

docker dial unix /var/run/docker.sock: connect: permission denied

sudo chmod 666 /var/run/docker.sock
Posted by: Guest on February-07-2021

Code answers related to "docker: got permission denied while trying to connect to the docker daemon socket at unix:///var/run/docker.sock: post "http://%2fvar%2frun%2fdocker.sock/v1.24/containers/create": dial unix /var/run/docker.so"

Browse Popular Code Answers by Language