-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Docker takes forever to startup, with errors on reading /etc/resolv.conf #13
Comments
Same problem here,Diagnostic ID: |
I had a look at the two diagnostics and the cause is entirely different. @bigeyex I noticed an un-natural long delay (22s) early in the application startup. I've filed an internal issue to investigate. Unfortunately, the diagnosis uploaded then is truncated. Did you maybe hit the "Upload diagnostics" link too early? Could you retry and wait for longer or check if if the whale icon in the try becomes red? @btbxbob In your case there was an issue with the VM starting. It also seems that you have some portions of VMWare running your system. I'm not sure how well that will interact with Hyper-V |
Hi, I re-installed docker and recorded another diagnostic: btw, here's the log file: Hope these will help. |
@bigeyex it looks like on your system it fails to connect to the docker daemon. Could you try a factory reset via |
For those experiencing long delays during start, could you check out Beta23 from here: https://download.docker.com/win/beta/InstallDocker.msi We made some changes to the Mixpanel integration and hopefully it shouldn't delay startup anymore. We'd be interested to hear if Beta23 fixes the issue. Thanks |
No update/activity in 15 days. Closing for now. If you still have the same issue with Beta23/24 please re-open |
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 for windows startup normally
Actual behavior
the try icon keeps saying "Docker is starting...".
Errors in the log includes
[12:57:34.985][DataKit ][Info ] +1993786us fs9p [ERROR] dispatcher caught Unix.Unix_error(Unix.EPIPE, "bytes_read", ""): no more requests will be handled
[12:57:47.562][VpnKit ][Error ] com.docker.slirp.exe: Error reading /etc/resolv.conf: reading /etc/resolv.conf: Uwt.Uwt_error(Uwt.ENOENT, "uv_fs_open", "/etc/resolv.conf")
and it seems taking too long in this step:
[12:57:51.889][ApiProxy ][Info ] Dial Hyper-V socket a35d2eb3-5dbe-4c92-90e5-91d612a777eb:23a432c2-537a-4291-bcb5-d62504644739
Information
F9A9FED6-041F-40EF-A2AD-5D2EA52437A8/2016-07-31_13-01-09
Windows 10 Pro 10.0.10586
Docker version : 1.12.0-beta21 build 5671
(also tried the non-beta released version, the same phenomenon)
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: