Tentei criar uma VM para acompanhar o curso de Swarm. Nas instruções existe a orientação para VirtualBox, mas com o Hyper-V ativo, tornam-se inúteis. Procurando aqui no Forum e na web, criei um switch externo no gerenciador Hyper-V. Contudo, a VM não é criada, conforme abaixo:
$ docker-machine create -d hyperv vm1
Running pre-create checks...
(vm1) Unable to get the latest Boot2Docker ISO release version: Get https://api.github.com/repos/boot2docker/boot2docker/releases/latest: dial tcp 54.207.47.76:443: connectex: Uma tentativa de conexão falhou porque o componente conectado não respondeu
(vm1) corretamente após um período de tempo ou a conexão estabelecida falhou
(vm1) porque o host conectado não respondeu.
Creating machine...
(vm1) Copying ~\.docker\machine\cache\boot2docker.iso to ~\.docker\machine\machines\vm1\boot2docker.iso...
(vm1) Creating SSH key...
(vm1) Creating VM...
(vm1) Using switch "Comutador Virtual Primario"
(vm1) Creating VHD
(vm1) Starting VM...
(vm1) Waiting for host to start...
Waiting for machine to be running, this may take a few minutes...
Detecting operating system of created instance...
Waiting for SSH to be available...
Error creating machine: Error detecting OS: Too many retries waiting for SSH to be available. Last error: Maximum number of retries (60) exceeded
O que pode ser feito?
PS: Win10 Entreprise v. 1803 Git-Bash em modo Administrador