Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Docker: Looks something went wrong in step Looking for vboxmanage.exe

I just installed Docker Toolbox on my windows 7 machine. After installing I run the Docker Quickstart terminal which displays the following message:

Looks something went wrong in step nLooking for vboxmanage.exen... Press any key to continue....

Anyone here who knows how to solve this?

Regards,

like image 645
Bgvv1983 Avatar asked Sep 07 '16 14:09

Bgvv1983


2 Answers

The same thing happened to me. At this moment I am using Windows Home.

At least in my case, what happened was that the environment variables DOCKER_MACHINE and DOCKER_TOOLBOX_INSTALL_PATH were not created for the system.

I just had to add them and it worked.

Image

like image 126
kiviev Avatar answered Oct 01 '22 14:10

kiviev


Solved the problem by cleaning my .bashrc file. More specific, i removed the cd , which makes perfectly sense.

like image 45
Bgvv1983 Avatar answered Oct 01 '22 14:10

Bgvv1983