도커 명령어 실행 시 아래 오류가 발생하는 경우가 있다. Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? 이때 도커를 실행해보면 또 오류가 나타난다. $ sudo systemctl start docker Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details. 상태 확인 도커 서비스의 상태를 확인해보자. $ systemctl status docker.service ..