도커 설치 후 도커 명령어 실행 에러 Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? (펌)
경로 및 정보 2025. 2. 1. 22:44https://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
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
위와 같은 명령어가 뜨면 docker service가 실행이 안되어있는것이다.
$sudo systemctl status docker // 상태 stop 확인
아래 명령어를 입력하여 실행을 진행해보자
$sudo systemctl start docker
$sudo systemctl enable docker
확인
'경로 및 정보' 카테고리의 다른 글
bkcrack tool 경로 (0) | 2025.02.05 |
---|---|
Hyundai app bugs allowed hackers to remotely unlock, start cars (펌) (0) | 2025.02.02 |
dpkg was interrupted Error 해결 방법 (펌) (0) | 2025.02.01 |
Ubuntu 22.04 끊김 현상 (0) | 2025.02.01 |
docker 설치 & wsl 재설치 (0) | 2025.01.31 |