Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Creation of Hyper-V machine hangs on 'Got IP, waiting for SSH' in Windows 10 #1203

Closed

Description

Hi,
I understand that Windows 10 is preview only but I believe that is not a Windows issue but something I'm missing. Here is what I do from elevated command prompt:
> docker-machine --version
docker-machine version 0.2.0 (8b9eaf2)
> docker-machine --debug create -d hyper-v dev
(tons of output from machine - https://gist.github.com/alek-sys/067b15158a6fd04ba792)
INFO[0063] Got IP, waiting for SSH
DEBU[0063] [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe (( Get-VM -Name dev ).networkadapters[0]).ipaddresses[0]

DEBU[0067] [stdout =====>] : fe80::215:5dff:fe00:603

(DEBU[0067] [stderr =====>] :*

And that is it. It hangs for a while, then I stop it with Ctrl+C. When I go to Hyper-V manager - dev machine is there, I can connect to it and everything seems fine.

My guess is ipv6 - Hyper-V assigns fe80::215:5dff:fe00:603 to new create machine, I cannot do ssh -6 fe80::215:5dff:fe00:603 so this might be the reason?

OS Name: Microsoft Windows 10 Pro Insider Preview
OS Version: 10.0.10074 N/A Build 10074

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions