Docker 설치 문제 해결

Docker를 써보겠다는 부푼 꿈을 안고 윈도우에 설치!

왜 저는 뭐가 쉽게 되는게 없을까요!
뭘 하든 문제가 발생하고야 마는군요.

어쨌든 다음과 같은 문제가 발생했습니다.

 Docker hv-sock proxy (vsudd) is not reachable  
   at Docker.Backend.ContainerEngine.Linux.ConnectToVsud(TaskCompletionSource`1 vmId)  
   at Docker.Backend.ContainerEngine.Linux.DoStart(Settings settings)  
   at Docker.Backend.ContainerEngine.Linux.Start(Settings settings)  
   at Docker.Core.Pipe.NamedPipeServer.<>c__DisplayClass9_0.<Register>b__0(Object[] parameters)  
   at Docker.Core.Pipe.NamedPipeServer.RunAction(String action, Object[] parameters)  


한시간동안의 구글링중에 겨우 찾아냈습니다.

https://github.com/docker/for-win/issues/971#issuecomment-329332671


ierturk commented 27 days ago

I got the same issue for a while. It seems to be related with Git for Windows on my Windows 10 x64system. When I removed GFWDocker for Windows runs as expected. So I tried to install GFW separately from Windows environment (Git commands only available from Git Bash but not Windows CMD or PowerShell), again DFW is OK.
So I think there is a conflict between DFW and GFW environments. I hope DFW keep work as is. Hope this helps.


?????? Git for Windows랑 충돌난다고? 이게 무슨 개떡같은 소리야?
하지만 이미 지칠대로 지친 저는 Git for windows를 제거하고 리붓!
docker를 실행해 봤습니다.

그런데 짜잔

 C:\Users\user>docker version  
 Client:  
  Version:    17.12.0-ce  
  API version:  1.35  
  Go version:  go1.9.2  
  Git commit:  c97c6d6  
  Built: Wed Dec 27 20:05:22 2017  
  OS/Arch:    windows/amd64  
 Server:  
  Engine:  
  Version:   17.12.0-ce  
  API version: 1.35 (minimum version 1.24)  
  Go version:  go1.9.2  
  Git commit:  c97c6d6  
  Built:    Wed Dec 27 20:15:52 2017  
  OS/Arch:   windows/amd64  
  Experimental: true  


염병

댓글

이 블로그의 인기 게시물

WSL2 Ubuntu 20.04 및 네트워크 설정

리눅스 멀티코어를 사용하는 tar 압축/해제

git pull 을 했더니 branch가 갈라지는 경우