티스토리 뷰
Docker를 설치하고 기분좋게 시작을 하려고 하는데 발생하는 오류가 있다.
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
docker 돌고 있는거 맞냐? 라는 오류인데 돌고 있는지 확인을 해주자.
$ systemctl status docker
disabled, dead, inactive... 안좋은말 투성이다. 주저말고 service를 시작해주자.
$ sudo systemctl start docker
$ sudo systemctl enable docker
이제 active 상태가 된걸 확인할 수 있다.
끝!
'DevOps > Docker' 카테고리의 다른 글
Docker image tagging 해서 Docker Hub에 push하기 (0) | 2020.10.14 |
---|---|
폐쇄망에서 Docker 설치하기 (CentOS) (4) | 2020.09.11 |
Docker Container에서 Host로 파일 Copy 하기 (0) | 2020.08.27 |
Docker build 시 Dockerfile : The system cannot find the file specified 오류 (0) | 2020.08.20 |
Docker image 조회, 추가, 삭제 방법 (0) | 2020.08.20 |
댓글