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 fails to start with error: Docker hv-sock proxy (vsudd) is not reachable #900
Comments
|
Too: Windows 10 Pro 15063, 'Creator Edition' Every time I start windows I have this error and before docker is trying to start for a few minutes After I do Some times it doesn't start with different errors: |
|
Hi @RealGandy |
|
@whitecolor |
|
Switched it off, will check next time I reset my PC. |
|
@jasonbivins After the next reboot and manually starting docker it started running. Output of the script attached. |
|
@RealGandy - it looks like the virtual switch is either just slow to respond - or has some stale data. The easiest way to solve this might just be to set Docker to use a fixed DNS address using the Network option in the GUI, or just toggle from auto to fixed - this will also trigger it to refresh the virtual adapter. If that doesn't work - there are some great troubleshooting tips for refreshing stale data here: https://docs.docker.com/docker-for-windows/troubleshoot/#networking-issues Below is what I see in the log you shared:
|
|
With autostart disabled and DNS fixed still started with 3rd try. It took about 6-7 minuts. Please analyze the log: https://gist.github.com/whitecolor/8fd2100df1c77de2dd4f04e849303c54 |
|
I encountered the same issue: Update: no more issue on Version 17.12.0-ce-rc2-win41 (14746). |
|
For anyone following this ticket: 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 |
|
Issues go stale after 90d of inactivity. Prevent issues from auto-closing with an 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. |
|
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 should start
Actual behavior
Docker fails to start with error: Docker hv-sock proxy (vsudd) is not reachable
Information
Diagnostic ID: D15420F9-3B32-4CA5-B828-D30A4313B54B/2017-07-05_15-10-32
Windows 10 Pro 15063.
This occurred after the latest Microsoft updates, installing the 'Creator Edition'
Steps to reproduce the behaviour
The text was updated successfully, but these errors were encountered: