Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker hv-sock proxy (vsudd) is not reachable #1691

Closed
tannerchung opened this issue Feb 12, 2018 · 8 comments
Closed

Docker hv-sock proxy (vsudd) is not reachable #1691

tannerchung opened this issue Feb 12, 2018 · 8 comments

Comments

@tannerchung
Copy link

tannerchung commented Feb 12, 2018

Expected behavior

Startup like normal

Actual behavior

Docker hv-sock proxy (vsudd) is not reachable
   at Docker.Backend.ContainerEngine.Linux.ConnectToVsud(TaskCompletionSource`1 vmId) in C:\gopath\src\github.com\docker\pinata\win\src\Docker.Backend\ContainerEngine\Linux.cs:line 293
   at Docker.Backend.ContainerEngine.Linux.DoStart(Settings settings, String daemonOptions) in C:\gopath\src\github.com\docker\pinata\win\src\Docker.Backend\ContainerEngine\Linux.cs:line 260
   at Docker.Backend.ContainerEngine.Linux.Start(Settings settings, String daemonOptions) in C:\gopath\src\github.com\docker\pinata\win\src\Docker.Backend\ContainerEngine\Linux.cs:line 130
   at Docker.Core.Pipe.NamedPipeServer.<>c__DisplayClass9_0.<Register>b__0(Object[] parameters) in C:\gopath\src\github.com\docker\pinata\win\src\Docker.Core\pipe\NamedPipeServer.cs:line 47
   at Docker.Core.Pipe.NamedPipeServer.RunAction(String action, Object[] parameters) in C:\gopath\src\github.com\docker\pinata\win\src\Docker.Core\pipe\NamedPipeServer.cs:line 145

Information

  • Diagnostic ID from "Diagnose & Feedback" in the menu.
    0601BC2D-8792-47D9-9FC7-2307862FD9D5/2018-02-12_12-20-04
  • a reproducible case if this is a bug, Dockerfiles FTW
  • page URL if this is a docs issue or the name of a man page
  • host distribution and version (Windows version, build number, etc)

Steps to reproduce the behavior

  1. Open Docker

OR

  1. Open Docker
  2. Reset to Factory Defaults

Resetting to Factory Defaults still produced the same error.

@rcolinray
Copy link

I encountered the same error, and it turned out to be related to an issue with my BIOS. My CPU was stuck at 0.79GHz for some reason. Once I got that sorted out, Docker started working again.

@drazisil
Copy link

Actually, in my case (thought about this because of @rcolinray 's comment) It seems to be because I had the coinhive miner eating all my cpu.

@ctmcisco
Copy link

ctmcisco commented Mar 6, 2018

For anyone following this ticket:

Try the following:

  1. Switch or stay on Windows Containers.
  2. Disable the "Start when Windows starts" setting.

image

  1. Exit Docker application
  2. restart docker services via PowerShell

get-service docker | Restart-Service -Force -Verbose

  1. Launch Docker , Run as Admin
  2. Swtich to Linux Containers.

TEST:

Reboot Windows 10
Launch Docker
Does it work?

You can also parse the docker log in PowerShell for troubleshooting:

cat C:\Users\USERPROFILE\AppData\Local\Docker\log.txt -tail 10 -wait

@baha-m
Copy link

baha-m commented Mar 8, 2018

i faced this problem earlier today and solved it like this:
change the VHD location to an empty folder
throw some cpu and memory power and that should work for you as well.

@rn
Copy link
Contributor

rn commented May 1, 2018

@tannerchung I don't seem to be able to access your diagnostics? Maybe the upload was blocked by a firewall. Could you attached Log.txt here?

@tannerchung
Copy link
Author

@rn sorry about that, I've been having some noob issues with Github's notification system. I haven't been facing this issue since the newer Docker for windows releases so didn't check up on this until now.

@docker-robott
Copy link
Collaborator

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale comment.
Stale issues will be closed after an additional 30d of inactivity.

Prevent issues from auto-closing with an /lifecycle frozen comment.

If this issue is safe to close now please do so.

Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows.
/lifecycle stale

@docker-robott
Copy link
Collaborator

Closed issues are locked after 30 days of inactivity.
This helps our team focus on active issues.

If you have found a problem that seems similar to this, please open a new issue.

Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows.
/lifecycle locked

@docker docker locked and limited conversation to collaborators Jun 26, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

8 participants