반응형
도커 실행시 "Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?" 오류가 발생하는 경우.
보통 Docker 가 실행되지 않은 경우 이므로 실행 시켜 주면 해결
sudo systemctl start docker
그런데 실행이 안되는 경우 (Docker가 버전 24로 업데이트 된 후 발생)
sudo systemctl stop docker.socket
sudo systemctl stop containerd
sudo systemctl start docker
경우 아래와 같이 socker daemon과 containerd 까지 종료 후 시작
반응형
'IT' 카테고리의 다른 글
Intellij를 터미널 창에서 실행하기 (맥OS) (0) | 2024.03.20 |
---|---|
socket.io 프로토콜 - 메시지 유형 및 내용 (0) | 2024.01.18 |
맥용 네이트온 사용자 이모티콘 저장 위치 (0) | 2023.05.10 |
vue.js not detected 오류 해결 방법 (0) | 2023.05.02 |
vscode에서 기본 html 양식 설정 하는 방법 (0) | 2023.05.02 |
댓글