-
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 not starting on Windows 10 #1720
Comments
Hi @luigikitten I've partially solved it, so maybe this can be helpful: Switching to Windows container seemed to solve the starting error on my machine. Too bad that even if the docker settings windows reported the docker status as "running", trying to get The funny thing is that once done, the docker continue to successfully run even after disabling the "General | Expose daemon on tpc://localhost: without TLS" setting. I can only desume that enabling that setting triggers some action needed but missed by the installer, something that is not reversed when disabling back the setting. |
Many thanks for the hint, but this workaround does not work for me :( |
I've been experiencing the same issue on a Server 2016 with DfW latest stable/edge. Based upon my research, this issue seems to be showing quite often in a number of different conditions. What finally worked for me was to set the number of Processors in the VM to 1, which can be done as follows:
Save, close and restart Docker. Besides, what I tried (and didn't work for me)
|
Had problem with docker run hello-world it dropped error -> C:\Program Files\Docker\Docker\Resources\bin\docker.exe: error during connect: Post http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.35/containers/create: open //./pipe/docker_engine: The system cannot find the file specified. In the default daemon configuration on Windows, the docker client must be run elevated to connect. This error may also indicate that the docker daemon is not running. tried to restart service restart pc doing all kind of actions nothing seemed to help but tnx to @ncarandini tried to switch to widows containers and then only from Run as Administrator power shell this command run hello-world finally for the first time started to run ... tnx @ncarandini My system info-> docker info |
Actually, no I am back to the error mentioned above, docker only started twice without displaying that error, then stopped running again. |
Works on my machine with Windows Insider Preview 17112 (RS4) |
Another report: |
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 should start
Actual behavior
It doesn't
Information
Diagnostic ID from "Diagnose & Feedback" in the menu.
1C3F08F2-D5D2-4483-859B-D263B71CA4E9/2018-02-17_16-27-42
host distribution and version (Windows version, build number, etc)
WIn10. PC is a corporate one, so with all the (bad) things like proxy, vpn, features controlled by remote admin, etc...
Steps to reproduce the behavior
on this machine it simply refuses to start... I have tried to:
latest error is:
Docker hv-sock proxy (vsudd) is not reachable
at Docker.Core.Pipe.NamedPipeClient.Send(String action, Object[] parameters) in C:\gopath\src\github.com\docker\pinata\win\src\Docker.Core\pipe\NamedPipeClient.cs:line 36
at Docker.Actions.DoStart(SynchronizationContext syncCtx, Boolean showWelcomeWindow, Boolean executeAfterStartCleanup) in C:\gopath\src\github.com\docker\pinata\win\src\Docker.Windows\Actions.cs:line 75
at Docker.Actions.<>c__DisplayClass16_0.b__0() in C:\gopath\src\github.com\docker\pinata\win\src\Docker.Windows\Actions.cs:line 61
at Docker.WPF.TaskQueue.<>c__DisplayClass19_0.<.ctor>b__1() in C:\gopath\src\github.com\docker\pinata\win\src\Docker.WPF\TaskQueue.cs:line 59
Thanks!
The text was updated successfully, but these errors were encountered: