-
Notifications
You must be signed in to change notification settings - Fork 289
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 #1603
Comments
Fixed by reverting to version 17.06.2-ce-win27 (13194) using an old installer. Seems the latest installer breaks startup. Found my problem similar to the issue below. |
+1 Diagnostic ID: 162A18DD-324D-425C-A2BB-3E4F8690F002/2018-01-24_17-05-46 Having same issue. Need this one to be fixed/ Not sure why it keeps popping up every now and then |
I tried all of these things, and this is what worked for me/happened to me:
I tried to restart the laptop again and it started up fine (this time not running as administrator, and still not logged in to docker cloud). |
@froron where did you get the 17.06.2-ce-win27 install file? And did you just run it or did you have to uninstall what was on your system? |
@tannerchung You can find it here: But after a day the error message was back. I then tried to go to the edge version of Docker. Still got the error. I then uninstalled that version. Restarted the computer! Installed the latest stable version. Think I restarted the computer again. I then started Docker for Windows in admin mode. Now it has been running for two days. :) Keeping my fingers crossed. You have to run the command line commands in admin mode as well. |
This works for STABLE and EDGE Try the following:
get-service docker | Restart-Service -Force -Verbose
TEST: Reboot Windows 10 You can also parse the docker log in PowerShell for troubleshooting: cat C:\Users\USERPROFILE\AppData\Local\Docker\log.txt -tail 10 -wait |
I am running a different (stable) version and was getting the same error as this thread, the fix for me was to provide permissions to the hyper-v virtual machines folder: Version: 17.12.0-ce-win47 (15139) |
I just did basically what @ctmcisco recommended - except in step 3 the system could not find the docker service. Now when I have to reboot (not very often with Windows 10), I restart Docker manually. It seems to work fine now. |
I've looked at all supplied diagnostics in this issue and other "Docker hv-sock proxy (vsudd) is not reachable" and they seem to fall into three categories:
If you have provided a diagnostics ID, I've added you to the relevant issue, so I'm closing this issue. |
Closed issues are locked after 30 days of inactivity. 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. |
Expected behavior
Docker launches and is ready for me to use.
Actual behavior
Startup hangs before reporting an error.
Information
Diagnostic id:
B223B14F-615E-4EFB-953F-513B8A0A11AB/2018-01-23_17-43-41
Version: 18.01.0-ce-win48 (15285)
Channel: edge
Sha1: ee2282129dec07b8c67890bd26865c8eccdea88e
Started on: 2018/01/23 17:40:08.898
Resources: C:\Program Files\Docker\Docker\Resources
OS: Windows 10 Pro
Edition: Professional
Id: 1709
Build: 16299
Steps to reproduce the behavior
Totally understand that this may end up being a clone, but after reviewing other open/closed issues with the same title as this one, none reported this happening with 18.01.0-ce-win48-edge, or using Windows 10 pro.
I attempted fixes detailed in other issues, short of a full re install, with no luck.
The text was updated successfully, but these errors were encountered: