Skip to content

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

@ghostzali

Description

@ghostzali

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  : 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions