[도커] error during connect: This error may indicate that the docker daemon is not running 오류해결
IT Studio/Docker_kubenetes 2022. 10. 5. 05:01C:\Users\move_>docker ps
error during connect: This error may indicate that the docker daemon is not running.: Get "http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/containers/json": open //./pipe/docker_engine: The system cannot find the file specified.
원인 : 도커 데몬이 미실행
최초 조치 : 도커 데스크탑 실행 > 알약에서 차단
조치 방법 : 알약 > 환경설정 > 탐지제외 에 위 경로 및 파일을 예외로 추가
C:\Users\move_>docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
4a8cd91e7be7 mariadb:latest "docker-entrypoint.s…" 6 days ago Up 34 seconds 3306/tcp wp_db_1
351ecfbe3c95 wordpress:latest "docker-entrypoint.s…" 6 days ago Up 34 seconds 0.0.0.0:8000->80/tcp, :::8000->80/tcp wp_wordpress_1
'IT Studio > Docker_kubenetes' 카테고리의 다른 글
[Kubernetes] 여전히 kubectl 버전충돌로 고군분투중 (0) | 2022.10.12 |
---|---|
[Kubernetes] kubectl client와 server 버전 차이 오류발생 (The system cannot execute the specified program.) (0) | 2022.10.11 |
[도커] 거의 9개월만에 다시 시작하네 (Desktop부터 재설치) (0) | 2022.08.23 |
[도커] fastify사용한 웹 애플리케이션 만들기 (0) | 2021.12.08 |
[도커] yml(야믈), 도커 이미지 만들기 (0) | 2021.12.07 |