-
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 simply doesn't start after installation #30
Comments
Thanks for your your report. I see the following in the logs:
which does not look good. I also noticed that you are on Windows build 14393 which, while it work ok for us, some other users reported issues, in particular on #27 it was reported that potentially VMs created on the previous released build (10586) may not work. Could you try and install and install the application again. |
Encountering this issue on both Windows 10 Version 1511 and Anniversary Edition.
docker version
Log
The Microsoft-Windows-Hyper-V-VMMS/Admin Event Logs:
As well as:
Tried EDIT: Issue caused by nested virtualization. Resolved by following these steps: Now encountering issues obtaining IP address as described on #17 EDIT2: Resolved #17 by upgrading to Beta 23 |
@stephan7878 thanks for the updates. So you were running Docker for Windows in a Window 10 Pro VM on top of Hyper-V with nested virt? I've seen reports that window's nested virt might not be quite ready for prime time yet. From your updates, it looks like you are now all up and running, so I close this issue for now. Feel free to re-open (or open another issue) should you have more issues. |
@rneugeba - yes that is correct and I did manage to get it working 100% with Beta 23.
|
Thanks for the confirmation. In general we don't recommend using nested virt as the support with most hypervisors is not mature enough |
I have docker for windows beta, installed using the msi package from the docker-for-windows page. |
Have you enabled NUMA spanning in your HyperV settings? if not enable it i bet that will solve your issue. By default, Windows Server enables NUMA spanning, which provides the most flexibility as virtual machines (VMs) can access and use memory in any NUMA node. But it may result in lower performance compared to forcing VMs to use memory on the same NUMA node as the processor cores. By disabling NUMA spanning, you ensure that VMs use memory and processor cores in the same NUMA node, giving the best performance. To configure NUMA spanning, open the Hyper-V Settings and select the NUMA Spanning option and disable it, I am sure, it will get solved; I struggled with the issue for a week and resolved it by disabling NUMA. I am sure this would be marked as resolved by disabling NUMA in Hyper-V Manager. |
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 after installation normally
Actual behavior
Docker is stuck at "Docker is starting..."
Information
The program then gets stuck after that and nothing happens (waited for 30 mins)
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: