bokzor
bokzor

Reputation: 445

How can I install docker toolbox on windows 7

Docker and kitematic can't be launch after a successfull installation of docker-toolbox.

I have this error when launching kitematic :

Error: connect ENOENT //./pipe/docker_engine

And also :

Command failed: C:\Program Files\Docker Toolbox\docker-machine.exe -D create -d virtualbox --virtualbox-memory 2048 default,Docker Machine Version: 0.8.2, build e18a919,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:53159,() 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:53163,() Calling .GetVersion,Using API Version 1,() Calling .SetConfigRaw,() Calling .GetMachineName,(default) Calling .GetMachineName,(default) Calling .DriverName, 

Upvotes: 0

Views: 1338

Answers (2)

RouR
RouR

Reputation: 6336

  1. Run Kitematic (It was install with docker toolbox)
  2. Click "Use VM"
  3. Click "Docker CLI" in Kitematic

Upvotes: 0

bokzor
bokzor

Reputation: 445

I had to uninstall virtualbox et docker-toolbox.

Then I reinstalled with NDSI5 driver.

enter image description here

Upvotes: 1

Related Questions