Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save aaron-prindle/feb8316e89ff26dd133ad280e35ba59d to your computer and use it in GitHub Desktop.
Save aaron-prindle/feb8316e89ff26dd133ad280e35ba59d to your computer and use it in GitHub Desktop.
$ docker-machine.exe create --driver="hyperv" test
Running pre-create checks...
(test) Image cache directory does not exist, creating it at C:\Users\aprindle\.docker\machine\cache...
(test) No default Boot2Docker ISO found locally, downloading the latest release...
(test) Latest release for github.com/boot2docker/boot2docker is v1.12.0
(test) Downloading C:\Users\aprindle\.docker\machine\cache\boot2docker.iso from https://github.com/boot2docker/boot2docker/releases/download/v1.12.0/boot2docker.iso...
(test) 0%....10%....20%....30%....40%....50%....60%....70%....80%....90%....100%
Creating machine...
(test) Copying C:\Users\aprindle\.docker\machine\cache\boot2docker.iso to C:\Users\aprindle\.docker\machine\machines\test\boot2docker.iso...
(test) Creating SSH key...
(test) Creating VM...
(test) Using switch "Virtual Switch (Main)"
(test) Creating VHD
(test) Starting VM...
(test) 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
You can further specify your shell with either 'cmd' or 'powershell' with the --shell flag.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment