Sangil's blog

https://github.com/ChoiSangIl Admin

도커 Cannot connect to the Docker daemon 오류(Cent Os) DEV / DOCKER

2019-07-05 posted by sang12


도커 실행 중 아래와 같은 오류를 마주한다면.. 도커 데몬이 안돌고 있을 가능성이 크다.

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

systemctl status docker 명령어로 Active 상태를 확인하고 inactive (dead) 상태라면

ststemctl start docker 명령어로 docker 서비스를 실행시켜 줍니다.

그리고 리눅스를 재부팅하면 위와같은 상황이 반복될건데요.

systemctl enable docker 명령어를 활용하면 부팅시마다 자동으로 docker demon을 올릴 수 있습니다.

그리고 systemctl 명령어를 사용 할 때 계정 암호를 입력해야 되는데, 입력 해주면 완료~^^

#Cannot connect to the Docker daemon #도커데몬 #도커 Demon #docker
REPLY