Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 259 Bytes

TroubleshootingJenkins.md

File metadata and controls

14 lines (7 loc) · 259 Bytes

Error-1:

Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock:
unix /var/run/docker.sock: connect: permission denied

Solution:

sudo chmod 666 /var/run/docker.sock

Error-2:

Solution: