Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting error for Kitematic in windows for docker

I have setup docker on windows 10 machine.

My docker is working fine on the command line.

But Kitematic is not working and throwing below error

Command failed: C:\Program Files\Docker Toolbox\docker-machine.exe -D create -d virtualbox --virtualbox-memory 2048 default,Docker Machine Version: 0.13.0, build 9ba6da9,Found binary path at C:\Program Files\Docker Toolbox\docker-machine.exe,Launching plugin server for driver virtualbox,Plugin server listening at address 127.0.0.1:2496,() Calling .GetVersion,Using API Version 1,() Calling .SetConfigRaw,() Calling .GetMachineName,(flag-lookup) Calling .GetMachineName,(flag-lookup) Calling .DriverName,(flag-lookup) Calling .GetCreateFlags,Found binary path at C:\Program Files\Docker Toolbox\docker-machine.exe,Launching plugin server for driver virtualbox,Plugin server listening at address 127.0.0.1:2500,() Calling .GetVersion,Using API Version 1,() Calling .SetConfigRaw,() Calling .GetMachineName,(default) Calling .GetMachineName,(default) Calling .DriverName,(default) Calling .GetCreateFlags,(default) Calling .SetConfigFromFlags,(default) Calling .PreCreateCheck,(default) DBG | COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe --version,(default) DBG | STDOUT:,(default) DBG | {,(default) DBG | 5.2.6r120293,(default) DBG | },(default) DBG | STDERR:,(default) DBG | {,(default) DBG | },(default) DBG | COMMAND: wmic computersystem get hypervisorpresent,(default) DBG | STDOUT:,(default) DBG | {,(default) DBG | HypervisorPresent ,(default) DBG | TRUE ,(default) DBG | ,(default) DBG | },Error with pre-create check: "This computer is running Hyper-V. VirtualBox won't boot a 64bits VM when Hyper-V is activated. Either use Hyper-V as a driver, or disable the Hyper-V hypervisor. (To skip this check, use --virtualbox-no-vtx-check)",open C:\Users\Shubham Jain.docker\machine\machines\default\default\Logs\VBox.log: The system cannot find the path specified.,notifying bugsnag: [Error with pre-create check: "This computer is running Hyper-V. VirtualBox won't boot a 64bits VM when Hyper-V is activated. Either use Hyper-V as a driver, or disable the Hyper-V hypervisor. (To skip this check, use --virtualbox-no-vtx-check)"],

I have installed docker tools and treid to used it's Kitematic but still getting this error.

I have tried to rename docker tool folder without space and set the same name in .sh still then Kitematic not able to locate it.

I have tried so many options available on the internet and due to same my docker actually corrupted. I have set it factory reset setting and then it starts working.

Example:

https://jayvilalta.com/blog/2016/04/28/installing-docker-toolbox-on-windows-with-hyper-v-installed/

If anyone already faced this issue in window 10 please share your experience.

reference screenshot

enter image description here

Any workaround will be helpful

like image 470
Shubham Jain Avatar asked Feb 06 '18 09:02

Shubham Jain


People also ask

What is Kitematic for Windows?

Overview. Kitematic is an open source project built to simplify and streamline using Docker on a Mac or Windows PC. Kitematic automates the Docker installation and setup process and provides an intuitive graphical user interface (GUI) for running Docker containers.

How do I run a Docker Toolbox in Windows 10?

Launch the Docker Toolbox setup wizard Open the installer by double-clicking the .exe file. Choose “Yes” in the Windows security dialog box to allow the program to make changes to your PC. When the Docker Toolbox setup wizard starts, click the “Next” button.


1 Answers

I've found a solution for this issue in this post:

You only need to delete Kitematic folder in %APPDATA% (C:\Users{User}\AppData\Roaming) and run Kitematic again

Can you try on your side ?

like image 84
ThCollignon Avatar answered Oct 09 '22 11:10

ThCollignon