-
도커 에러 해결법 error during connect: Get http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.40/version: open //./pipe/docker_engine: The system cannot find the file specified. In the default daemon configuration on Windows, the docker client must be run ..IT 2022. 4. 23. 15:47
도커 실습을 해보려고 예전에 설치만해두고 방치해뒀더니
cmd에서 docker version 확인 시 아래와 같은 에러가 발생했다
error during connect: Get http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.40/version: 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을 켜고 expose daemon on tcp://localhost:2375 without TLS에 체크해준 후,
Apply & Restart 버튼 클릭
정상적으로 재실행이 되었고
다시 docker version 확인 시 에러가 사라짐을 확인할 수 있다
localhost 의 접근에 한해 TCP 연결을 허용하는 옵션이라고 하는데,
이 옵션을 선택하면서 정상적으로 데몬이 실행되서 에러가 사라진건가...?는 잘모르겠다...
'IT' 카테고리의 다른 글
도커 이미지 빌드하고 실행해보기 (0) 2022.04.23 git 코드 clone 하는 법 (원격저장소 복제해오는 법) (0) 2022.04.23 URL 스키마란 (URI 앱 스키마?) (0) 2022.04.06 html / css / javascript 독학하는 법 (참고 사이트) (0) 2022.04.03 visual studio 실시간으로 코드내용 보는 법 (0) 2022.03.26