Docker toolbox on Windows Issue

Discussions related to using VirtualBox on Windows hosts.
Post Reply
qwelp
Posts: 1
Joined: 5. Apr 2020, 13:56

Docker toolbox on Windows Issue

Post 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?
Attachments
VBoxHardening_normal.zip
(22.4 KiB) Downloaded 13 times
VBoxHardening_error.zip
(4.63 KiB) Downloaded 11 times
Post Reply