Docker image ls does not look at the proper IP address

I can see my machine … Windows 10 Home using Dockker Toolboox

usuario@DESKTOP-GTCQCAR MINGW64 /c/Program Files/Docker Toolbox
$ docker-machine ls
NAME ACTIVE DRIVER STATE URL SWARM DOCKER ERRORS
default - virtualbox Running tcp://192.168.99.101:2376 v18.05.0-ce

But when I try to list the images it tries to connect to a different IP ending in 100, instead of 101 where the docker machine is…

usuario@DESKTOP-GTCQCAR ~
$ docker image ls
error during connect: Get https://192.168.99.100:2376/v1.37/images/json: dial tcp 192.168.99.100:2376: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.

And it can not connect. How can I fix it? What is going wrong?

Thanks for your help,