Answers for "jenkins pipeline Got permission denied while trying to connect to the Docker daemon socket at unix:"

66

Got permission denied while trying to connect to the Docker daemon socket

sudo chmod 666 /var/run/docker.sock
Posted by: Guest on May-08-2020
8

permission denied while trying to connect to the docker daemon socket

sudo usermod -aG docker ${USER}
Posted by: Guest on August-29-2020

Code answers related to "jenkins pipeline Got permission denied while trying to connect to the Docker daemon socket at unix:"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language