Spring/error log

Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

melitina 2024. 11. 26. 14:30

https://league-cat.tistory.com/347

 

도커 설치 후 도커 명령어 실행 에러 Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the dock

Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? 위와 같은 명령어가 뜨면 docker service가 실행이 안되어있는것이다. $sudo systemctl status docker 상태를 확인해 봐라 stop일 것

league-cat.tistory.com