Windows Docker Toolbox won't start

1

Attempting to start up Docker Toolbox 1.12.0 on Windows 10 and getting the following error

Running pre-create checks...
Creating machine...
(default) Copying C:\Users\abc\.docker\machine\cache\boot2docker.iso to C:\Users\abc\.docker\machine\machines\default\boot2docker.iso...
(default) Creating VirtualBox VM...
(default) Creating SSH key...
Error creating machine: Error in driver during machine creation: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe createvm --basefolder C:\Users\abc\.docker\machine\machines\default --name default --register failed:
VBoxManage.exe: error: Code REGDB_E_IIDNOTREG (0x80040155) - Interface not registered (extended info not available)
VBoxManage.exe: error: Context: "CreateMachine(bstrSettingsFile.raw(), bstrName.raw(), ComSafeArrayAsInParam(groups), bstrOsTypeId.raw(), createFlags.raw(), machine.asOutParam())" at line 272 of file VBoxManageMisc.cpp

Looks like something went wrong in step ´Checking if machine default exists´... Press any key to continue...

Has anyone encountered this error before?

windows
docker
docker-machine
docker-toolbox
asked on Stack Overflow Aug 11, 2016 by user1901469

2 Answers

1

Re-installing VirtualBox and then restarting my machine fixed the problem. Hopefully this fixes yours too.

answered on Stack Overflow Aug 11, 2016 by user1901469
0

You can solve this problem by reinstalling VirtualBox, and choosing repair mode.

C:\Program Files\Docker Toolbox\installers\virtualbox -> virtualbox.exe.

After finishing the process, restart you machine and smile!

answered on Stack Overflow Dec 6, 2018 by Renan Shin Iti • edited Feb 15, 2019 by J. Scott Elblein

User contributions licensed under CC BY-SA 3.0