Getting the ip of the virtual machine in windows

I have installed docker on WINDOWS, and I am trying to host a python application through it, but I am having problem in getting the IP address of the virtual machine. In the tutorials it was written just write “boot2docker ip” command and it will show the IP but for me its showing :
" bash: boot2docker : command not found "

Any solutions for this?

Hi

when you have a windows vm you must go to “Command Prompt” cmd.exe and you must type in:

ipconfig
or for all informations
ipconfig /all

Then you will see youre ipv4/6 address.

Hope i have helped you.

Tamino