Docker Error: Docker Toolboox error in Windows

rajeshkumar created the topic: Docker Toolboox error in Windows

Error
error during connect: Get http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.26/info: open
//./pipe/docker_engine: The system cannot find the file specified. In the defau
lt daemon configuration on Windows, the docker client must be run elevated to co
nnect. This error may also indicate that the docker daemon is not running.

Solution
stackoverflow.com/questions/37527888/doc…nds-fails-in-windows

The following environment properties need to be set:
set DOCKER_CERT_PATH=%USERPROFILE%\.docker\machine\machines\default
set DOCKER_HOST=tcp://192.168.99.100:2376
set DOCKER_MACHINE_NAME=default
set DOCKER_TLS_VERIFY=1

$ docker-machine rm default
$ docker-machine create –driver VirtualBox default

Regards,
Rajesh Kumar
Twitt me @ twitter.com/RajeshKumarIn

Docker Tutorials Fundamental To Advanced-2021 Crash Course:- https://bit.ly/3hOIbTB

Rajesh Kumar
Follow me