Docker toolbox on Windows 10 Issue

0

I'm using system and apps below

Windows 10 Home 1903

Docker toolbox 19.03.1

Virtualbox 5.2.20 (comes with docker toolbox)

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

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

Last strings of VBoxHardening.log below

2cbc.3e80: supR3HardenedWinVerifyCacheProcessImportTodos: Processing 'rpcrt4.dll'...
2cbc.3e80: supR3HardenedWinVerifyCacheProcessImportTodos: 'rpcrt4.dll' -> '\Device\HarddiskVolume4\Windows\System32\rpcrt4.dll' [rcNtRedir=0xc0150008]
2cbc.3e80: supR3HardenedScreenImage/Imports: cache hit (VINF_SUCCESS) on \Device\HarddiskVolume4\Windows\System32\rpcrt4.dll [lacks WinVerifyTrust]
2cbc.3e80: supR3HardenedMonitor_LdrLoadDll: pName=C:\WINDOWS\System32\ntdll.dll (Input=ntdll.dll, rcNtResolve=0xc0150008) *pfFlags=0x0 pwszSearchPath=0000000000000801:<flags> [calling]
2cbc.3e80: supR3HardenedMonitor_LdrLoadDll: returns rcNt=0x0 hMod=00007fff478c0000 'C:\WINDOWS\System32\ntdll.dll'
3e24.2db4: supR3HardNtChildWaitFor[2]: Quitting: ExitCode=0xc0000005 (rcNtWait=0x0, rcNt1=0x0, rcNt2=0x103, rcNt3=0x103, 3848 ms, the end);
b60.2d5c: supR3HardNtChildWaitFor[1]: Quitting: ExitCode=0xc0000005 (rcNtWait=0x0, rcNt1=0x0, rcNt2=0x103, rcNt3=0x103, 4309 ms, the end);

When I try to start default VM 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 without any errors

Any suggestions how to fix this?

PS.

I tried install toolbox with NDIS5 driver option and with default NDIS6 driver.

docker
virtualbox
asked on Stack Overflow Apr 5, 2020 by qwelp

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0