How to configure SSH for a Docker virtual machine on Windows?

0

Hello. I searched all over the internet and could not find it.

After installing Docker, I simply can not create a Docker machine in Windows by following this tutorial:

link

I ran the following command: docker-machine create -d hyperv --hyperv-virtual-switch "myswitch" myvm1

But the following error appears:

Error creating machine: Error detecting OS: Too many retries waiting for SSH to be available.  Last error: Maximum number of retries (60) exceeded

Does anyone have an alternative for me to solve the problem?

Thank you in advance!

    
asked by anonymous 24.06.2018 / 03:17

0 answers