Got permission denied while trying to connect to the docker daemon socket at unix
Romeo5 low mount
Got permission denied while trying to connect to the Docker daemon socket…!!!¶ docker를 설치하고 나서 docker 명령어로 뭔가를 하려고 하면 다음과 같이 메세지가 나올 때가 있다.
Mar 01, 2017 · The error message tells you that your current user can’t access the docker engine, because you’re lacking permissions to access the unix socket to communicate with the engine. As a temporary solution, you can use sudo to run the failed command as root (e.g. sudo docker ps). However it is recommended to fix the issue by adding the current user to the docker group: Run this command in your favourite shell and then completely log out of your account and log back in (or exit your SSH session ...