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 #1603

Closed
JohnLozano opened this issue Jan 24, 2018 · 10 comments
Closed

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

JohnLozano opened this issue Jan 24, 2018 · 10 comments

Comments

@JohnLozano
Copy link

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

  • Diagnostic ID from "Diagnose & Feedback" in the menu.
  • 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. After computer startup, hit win key open start menu and search for Docker for Windows.
  2. Launch the Docker For Windows exe
  3. Wait around for docker to start.......
  4. Watch the world crash and burn.....

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.

@JohnLozano
Copy link
Author

JohnLozano commented Jan 24, 2018

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.
#1514

@ishaan18
Copy link

ishaan18 commented Jan 24, 2018

+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

@froron
Copy link

froron commented Jan 30, 2018

I tried all of these things, and this is what worked for me/happened to me:
( running on Windows 10 Enterprise, latest version with all updates done )

  • I finally downgraded docker to 17.06.2-ce-win27 from 17.12.0-ce-win47
  • All seemed to work fine until I restarted the laptop. The error message was back.
  • Tried running Docker for Windows as administrator (didn't help)
  • Looked at the access rights for the Hyper-V folder in public (didn't help)
  • I then logged out of docker cloud and tried to restart Docker for Windows as an administrator. For some reasons this worked, and docker is back up and running (version 17.06.2)

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).

@tannerchung
Copy link

@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?

@froron
Copy link

froron commented Feb 13, 2018

@tannerchung You can find it here:
Docker versions
I uninstalled what was on the system before installing that.

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.

@ctmcisco
Copy link

ctmcisco commented Mar 6, 2018

This works for STABLE and EDGE

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

@SQLGeordie
Copy link

SQLGeordie commented Mar 18, 2018

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)
Channel: stable
Sha1: 9c692cd5b38166289573183371647d915f300292
Started on: 2018/03/18 22:27:23.128
Resources: C:\Program Files\Docker\Docker\Resources
OS: Windows 10 Pro
Edition: Professional
Id: 1709
Build: 16299

@kingaj12
Copy link

kingaj12 commented Mar 24, 2018

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.

@rn
Copy link
Contributor

rn commented May 2, 2018

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.

@rn rn closed this as completed May 2, 2018
@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

9 participants