세로형
Recent Posts
Recent Comments
Link
04-24 04:28
«   2024/04   »
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
Archives
Today
Total
관리 메뉴

꿈 많은 사람의 이야기

도커 에러(docker error) in the default daemon configuration on windows the docker client must be run elevated to connect 해결하기 본문

빅데이터

도커 에러(docker error) in the default daemon configuration on windows the docker client must be run elevated to connect 해결하기

이수진의 블로그 2019. 9. 29. 17:32

얼마전 도커를 이용하다가 아래와 같은 에러를 발견했습니다.

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.
Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)

라는 에러였습니다.

 

이 에러는 도커 이미지를 다운 받기 위해 docker hub에 접속하려는데 connection 시간이 오래 걸려서 뜨는 에러라고 하네요!

이 에러를 해결하는 방법에 대해서 알아보니까 다양한 방법이 있었는데 그 중 본인은 아래와 같이 해결했습니다.

 

 

에러는 이렇게 뜹니다.

docker ps를 입력했는데 error during connect라고 뜨면서 in the default daemon configuraion on windows. the docker clinet must be run elevated to connect 어쩌구 라고 떠요

본인은 윈도우에서 이 에러가 나왔는데 이것의 해결 방법은 먼저 도커의 setting에 들어갑니다.

 

 

여기 docker settings가 있는데 저길 들어가서

 

 

General 탭에 Expose daemon on tcp://localhost:2375 without TLS 를 눌러주면 됩니다~

본인은 이렇게 하니까 에러가 사라졌어요~

다른 방법은 도커를 재실행하거나 등의 에러 해결 방법이 있다고 합니다.

반응형
그리드형
Comments