Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error creating machine using iso file v0.0.1 : Docker Machine with driver virtualbox #55

Open
ghostzali opened this issue May 15, 2018 · 0 comments

Comments

@ghostzali
Copy link

ghostzali commented May 15, 2018

I try create docker machine using v0.0.1 iso file, and get error like this:

$ docker-machine create -d virtualbox --virtualbox-boot2docker-url=file:///Users/ghostzali/Downloads/debian2docker.iso debian
Running pre-create checks...
(debian) Boot2Docker URL was explicitly set to "file:///Users/ghostzali/Downloads/debian2docker.iso" at create time, so Docker Machine cannot upgrade this machine to the latest version.
Creating machine...
(debian) Boot2Docker URL was explicitly set to "file:///Users/ghostzali/Downloads/debian2docker.iso" at create time, so Docker Machine cannot upgrade this machine to the latest version.
(debian) Downloading /Users/ghostzali/.docker/machine/cache/boot2docker.iso from file:///Users/ghostzali/Downloads/debian2docker.iso...
(debian) Creating VirtualBox VM...
(debian) Creating SSH key...
(debian) Starting the VM...
(debian) Check network to re-create if needed...
(debian) Waiting for an IP...
Error creating machine: Error in driver during machine creation: Too many retries waiting for SSH to be available.  Last error: Maximum number of retries (60) exceeded

It's say:

Error creating machine: Error in driver during machine creation: Too many retries waiting for SSH to be available. Last error: Maximum number of retries (60) exceeded

here I try list machine: $ docker-machine ls

$ docker-machine ls
NAME     ACTIVE   DRIVER       STATE     URL   SWARM   DOCKER    ERRORS
debian   *        virtualbox   Running                 Unknown   ssh command error:
command : ip addr show
err     : exit status 255
output  : 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant