Docker-machine name - Docker for windows, what

I have managed to setup Docker for windows on win 10, it is working fine, I see a VM created in HYper-V named MobyLinuxVM. I would like to to docker-machine ip or anything else to get all details of the docker-machine as I used to do in Kitematic, I tried

docker-machine ip MobyLinuxVM, it did not work

After issuing > docker-machine info, I got
Name: moby
tried it as follows > docker-machine ip moby
I get
Host does not exist: “moby”

Can you please let me know the name of the machine on Docker for windows

You’re not expected to use docker-machine for local dev VMs when using Docker for Windows. Details: