리눅스 docker 일반 계정으로 실행시 오류 발생 Got permission denied while trying to connect to the Docker daemon socket 아래와 같이 일반계정으로 centos8 검색하려는데 에러가 발생했다. 이는 docker 권한이 없어 발생하는 문제이다. $ docker search centos8 Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get "http://%2Fvar%2Frun%2Fdocker.sock/v1.24/images/search?limit=25&term=centos8": dial unix /var/..