You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem (Unable to remove from the database. Exit code: 1) lauching docker Stable in a Windows 10 pro virtual machine (installed on the VirtualBox Hypervisor)
#34
Closed
ftheodule opened this issue
Aug 10, 2016
· 2 comments
Diagnostic ID from "Diagnose & Feedback" in the menu.
B09AF01B-E38D-4EF5-8248-2BBFFC3539E4/2016-08-10_15-08-45
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)
This problem is reproductible; logs tell :
Failed to set up server socket listening on "hyperv-connect://72807d72-f692-4a03-a430-c76fb90ba0cd": Unix.Unix_error(Unix.ENETDOWN, "socket", "")
Windows 10 Pro Version 1511(version du systeme d'exploitation 10586.494) 3.5 Gbyte RAM, 2 cpu, Vt-x/Amd-V Active, service HyperV running
Context:
This Windows 10 Pro is installed in a VirtualBox hypervisor (5.0.24 r108.355) which is running on a Windows 7 (version 6.1 number 7601 service pack 1)
Steps to reproduce the behavior
...Use a Windows 7 64 bits running in a physical machine
... Install Virtual Box in this physical win 7
3.. Install a Windows 10 pro (which will be virtual) in this Virtual Box
4 .. Install docker for Windows in this Windows 10 Pro Virtual machine
FX Theodule
The text was updated successfully, but these errors were encountered:
Thank you for your report. Unfortunately we not support running Docker for Windows in a Windows 10 Pro VM. Docker for Windows relies on Hyper-V which in turn requires hardware virtualisation support. If you run Windows 10 In a VM, your Hypervisor (Virtual Box in your case) must support a feature called nested virtualisation, which is very hard to get working correctly. According to this issue VirtualBox does not seem to support Nested Virtualisation.
B09AF01B-E38D-4EF5-8248-2BBFFC3539E4/2016-08-10_15-08-45
This problem is reproductible; logs tell :
Failed to set up server socket listening on "hyperv-connect://72807d72-f692-4a03-a430-c76fb90ba0cd": Unix.Unix_error(Unix.ENETDOWN, "socket", "")
Windows 10 Pro Version 1511(version du systeme d'exploitation 10586.494) 3.5 Gbyte RAM, 2 cpu, Vt-x/Amd-V Active, service HyperV running
Context:
This Windows 10 Pro is installed in a VirtualBox hypervisor (5.0.24 r108.355) which is running on a Windows 7 (version 6.1 number 7601 service pack 1)
Steps to reproduce the behavior
3.. Install a Windows 10 pro (which will be virtual) in this Virtual Box
4 .. Install docker for Windows in this Windows 10 Pro Virtual machine
FX Theodule
The text was updated successfully, but these errors were encountered: