Docker.exe trying to connect to the old vbox machine?

Expected behavior

docker version to output the correct data.

Actual behavior

docker version output:
Client: Version: 1.11.0 API version: 1.23 Go version: go1.5.4 Git commit: 4dc5990 Built: Wed Apr 13 19:36:04 2016 OS/Arch: windows/amd64 An error occurred trying to connect: Get https://127.0.0.1:2376/v1.23/v nnection could be made because the target machine actively refused it.

Information

I have installed D4W without removing the old ToolBox. Maybe there are some conflicts?

`PS C:> Get-Command docker

CommandType Name Version Source


Application docker.exe 0.0.0.0 C:\Program Files\Docker\Docker\Resources\bin\docker.exe

PS C:> docker --version
Docker version 1.11.0, build 4dc5990`

Before I deleted the DOCKER_HOST environment variable docker.exe tried to connect to tcp://192.169.99.100:2367, the old vbox machine

Steps to reproduce the behavior

1.just install D4W without removing the ToolBox