You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :
The text was updated successfully, but these errors were encountered:
I try create docker machine using v0.0.1 iso file, and get error like this:
It's say:
here I try list machine:
$ docker-machine ls
The text was updated successfully, but these errors were encountered: