Page 1 of 1

Docker toolbox on Windows Issue

Posted: 5. Apr 2020, 14:09
by qwelp
Hi!
I'm using system and apps below
Windows 10 Home 1903
Docker toolbox 19.03.1
Virtualbox 5.2.20 (comes with docker toolbox package)

After installation, when I try to start docker VM from docker quickstart terminal there is some error
Terminal output below, vbox log in VBoxHardening_error.zip

Code: Select all

Starting "default"...
(default) Check network to re-create if needed...
(default) Windows might ask for the permission to configure a dhcp server. Sometimes, such confirmation window is minimized in the taskbar.
Unable to start the VM: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe startvm default --type headless failed:
VBoxManage.exe: error: The virtual machine 'default' has terminated unexpectedly during startup with exit code -1073741819 (0xc0000005).  More details may be available in 'C:\Users\����\.docker\machine\machines\default\default\Logs\VBoxHardening.log'
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component MachineWrap, interface IMachine
When I try to start VM manually from VBox Manager there is error VBoxNetDHCP.exe ("Memory could not be written"). VM itself started but docker does not work properly.
Vbox log for this case in VBoxHardening_normal.zip

Any suggestions how to fix this?