본문 바로가기
공부/기타

[docker]도커 에러 docker : error during connect

by happyeuni 2022. 8. 1.

docker run -p 4443:4443 --rm -e OPENVIDU_SECRET=MY_SECRET openvidu/openvidu-server-kms:2.22.0
docker: error during connect: In the default daemon configuration on Windows, the docker client must be run with elevated privileges to connect.: Post "http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/containers/create": open //./pipe/docker_engine: The system cannot find the file specified.

 

위와 같은 에러가 뜨는 이유는 윈도우 환경에서 도커 데스트톱이 실행되어있지 않은 상태이기 때문이다. 

도커를 켜주고 다시 실행하면 해결된다!

댓글