-
Notifications
You must be signed in to change notification settings - Fork 202
Fix Settings (Setting FAQ)
Dixing (Dex) Xu edited this page May 27, 2021
·
1 revision
Question: I have a problem connecting to docker such as docker: Got permission denied while trying to connect to the Docker daemon socket
Answer: If denied permission to connect to Docker daemon socket, run:
$ sudo chmod 666 /var/run/docker.sock
Q: What if make check
fails on wsl?
A: set the $PATH
$ PATH=$(/usr/bin/printenv PATH | /usr/bin/perl -ne 'print join(":", grep { !/\/mnt\/[a-z]/ } split(/:/));')