Hi, I need some help installing Docker ToolBox on windows 7 with VirtualBox.
I’ve tried a few options, but when I create the virtual machine with docker-machine create <…> I never get an IP back.
The virtual machine starts, and drives up accordingly. With SSH I can also connect accordingly.
If I turn on the debug option “docker-machine -D create <…>” then I can see that he probably tries to connect via the IP docker@127.0.0.1 with the virtual machine, which seems wrong to me. Via SSh I have to connect via : 22.
How exactly should the mechanism work with the IP when generating the machine ??
Greetings,
TinTin