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:
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!