'알약도커차단예외처리'에 해당되는 글 1건

  1. 2022.10.05 [도커] error during connect: This error may indicate that the docker daemon is not running 오류해결

C:\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

 

 

Posted by 유영훈
,