scaleway / docker-machine-driver-scaleway

:whale: Scaleway driver for Docker Machine
MIT License
249 stars 34 forks source link

Docker machine generic. Stocked at 'Waiting for SSH to be available...' #47

Closed pascalandy closed 8 years ago

pascalandy commented 8 years ago

Hey guys,

I'm following this tutorial https://youtu.be/GpHMTR7P2Ms?t=1h24m10s

I already have my server up. So I can do:

docker-machine create --driver generic \
  --engine-opt cluster-store=consul://localhost:8500 \
  --engine-opt cluster-advertise=eth0:2376 \
  --swarm --swarm-master --swarm-discovery consul://localhost:8500 \
  --generic-ssh-user docker --generic-ip-address 163.172.140.151 node-01

Creating CA: /root/.docker/machine/certs/ca.pem Creating client certificate: /root/.docker/machine/certs/cert.pem Running pre-create checks... Creating machine... (node-01) No SSH key specified. Connecting to this machine now and in the future will require the ssh agent to contain the appropriate key. 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

The system block at Waiting for SSH to be available...

I tried with a generic image Ubuntu 16. Same result. Any ideas?

pascalandy commented 8 years ago

Closing

Let's follow up here https://github.com/scaleway/docker-machine-driver-scaleway/issues/49