Docker가 "error during connect: Get http://%2F%2F.~~"에러를 발행했을 때의 대처법.
1619 단어 docker-for-windows도커
사건
Docker를 터치하고 명령을 치면 아래와 같은 오류가 ...
C:\Work>docker ps -a
error during connect: Get http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.40/containers/json?all=1: open //./pipe/docker_engine: The system cannot find the file specified. In the default daemon configuration on Windows, the docker client must be run elevated to connect. This error may also indicate that the docker daemon is not running.
어제까지 보통으로 움직이고 있었는데 ... 라고 생각 에러 메시지를 읽어 보면 분명히 docker daemon이 기동하고 있지 않은 것 같은? ?
대처법
그래서 확인을 위해 Docker Desktop을 시작합니다.
그러면 이런 대화가.
역시 서비스가 기동하고 있지 않았군요(;´∀`)
시작을 클릭합니다.
Docker가 시작되고 움직이는 메시지가 도착했기 때문에 Docker 명령을 다시 치자.
C:\Work>docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
움직이고 있음을 확인할 수있었습니다!
Reference
이 문제에 관하여(Docker가 "error during connect: Get http://%2F%2F.~~"에러를 발행했을 때의 대처법.), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/Ooooooomin_365/items/1cea81eccc22b6bcdbb8
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
C:\Work>docker ps -a
error during connect: Get http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.40/containers/json?all=1: open //./pipe/docker_engine: The system cannot find the file specified. In the default daemon configuration on Windows, the docker client must be run elevated to connect. This error may also indicate that the docker daemon is not running.
그래서 확인을 위해 Docker Desktop을 시작합니다.
그러면 이런 대화가.
역시 서비스가 기동하고 있지 않았군요(;´∀`)
시작을 클릭합니다.
Docker가 시작되고 움직이는 메시지가 도착했기 때문에 Docker 명령을 다시 치자.
C:\Work>docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
움직이고 있음을 확인할 수있었습니다!
Reference
이 문제에 관하여(Docker가 "error during connect: Get http://%2F%2F.~~"에러를 발행했을 때의 대처법.), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/Ooooooomin_365/items/1cea81eccc22b6bcdbb8텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)