-
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 #971
Comments
I too have the same exact error. |
i have the same error. B6814FCC-9424-4777-97A5-ABB1D3D197E9/2017-08-03_16-32-15 |
@WillNye |
@rni-iwanaga You're getting the same error - can you try to restart the Docker for Windows service as well? You can also try stopping the service - setting it to manual and then restarting. Docker will pop up and ask you to start when windows starts. |
I think it may have not come back up after one of the times I ran the logs Diagnostic ID: 1C3AC770-FD9B-45A2-8F1F-AB9907B8F4D5/2017-08-03_11-28-47 |
I was getting this also. In my case I'm running Windows 10 Pro in a Parallels 12 Pro VM. I allowed Docker to turn on Hyper-V. I got the error when Docker auto-started after the required reboot for turning on Hyper-V. Docker Service was running. |
@jasonbivins |
A variation of what @Reppinger did, worked for me too (I didn't do anything with the proxy settings). I have the same setup: Windows 10 (1703) Pro in a Parallels 12 VM. The original problem started happening after I switched from Windows to Linux containers. |
I experienced the same error, but I recovered as below (like @spewu in #792).
After this procedure, docker has worked as expected. Information
|
1.Switch to Windows container, it is ok! |
Switching to Windows containers, then back to Linux containers. |
Experienced the same error, managed to got it running again after the following steps;
|
I have the same issue Update: no more issue on Version 17.12.0-ce-rc2-win41 (14746). |
Restarting the Docker for Windows service fixed the issue for me. |
I got the same issue for a while. It seems to be related with So I think there is a conflict between |
After try many solutions above, Docker still did not run on my Window 10 Pro lastest version. I decide to remove Docker for window Stable version, and then install Edge version, => restart machine => Run Docker by Administrator =? It works now. Awesome :)) |
My Windows Version according to systeminfo in cmd is:
Restarting the Docker for Windows service did not help. Used https://chocolatey.org/packages/docker-for-windows/17.09.1.14687 to downgrade, for the moment it seems to work now. An installer for the same version can be obtained from https://download.docker.com/win/stable/14746/Docker%20for%20Windows%20Installer.exe The fact that one cannot trust the official stable download for several months now is really frustrating. |
Removing or changing of priority for third party software with high CPU consumption fixed everything. |
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 |
Run as admin fixed it. |
Installed the Edge Version (instead of Stable Version) - and its working fine now |
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 starts
Actual behavior
Docker crashes
Information
Build Info:
Version: 17.06.0-ce-win19 (12801)
Channel: stable
Sha1: c98c1c25e05a39ca8ef5394baa1d68f92f8e5008
Started on: 2017/08/02 14:18:13.527
Resources: C:\Program Files\Docker\Docker\Resources
OS: Windows 10 Pro
Edition: Professional
Id: 1703
Build: 15063 & 14393
BuildLabName: 15063.0.amd64fre.rs2_release.170317-1834
Diagnostic Id: 007C72D5-6F84-43FE-A1E6-0A19FDB3EF88/2017-08-02_14-18-20
I have been running Docker without issue since 6/27 in a swarm on 3 different physical hosts until 8/1 when each system crashed with the following error:
I was able to get our one system that runs Windows Server 2016 working after some updates but the 2 running Windows 10 will not come back up.
Things I've tried in various order:
Issues I've referenced:
#271 #447 #568 #606 #614 #904 #970
Note:
I've always ran Docker For Windows as Admin so I didn't add it in things I've tried
Steps to reproduce the behavior
Install Docker on Windows 10?
EDIT:
Our Boot2Docker instance on Windows Server 2016 is running but it appears to be having issues. I was just going to throw an ubuntu instance on the other 2 machines and add them to the swarm but the vm hangs when I try to get the join token.
The text was updated successfully, but these errors were encountered: