machine
machine copied to clipboard
Deploying to an arm server running raspbian fails
Issue
I cannot create a connection to an arm based server running raspbian.
Log
docker-machine create --driver generic --generic-ip-address=192.168.88.238 --generic-ssh-user pi ra
Running pre-create checks...
Creating machine...
(ra) No SSH key specified. Assuming an existing key at the default location.
Waiting for machine to be running, this may take a few minutes...
Detecting operating system of created instance...
Waiting for SSH to be available...
Detecting the provisioner...
Error creating machine: Error detecting OS: OS type not recognized
same!
λ docker-machine create --driver generic --generic-ip-address=192.168.86.32 --generic-ssh-key "keyzeeweezee.pem" --generic-ssh-user pi test Running pre-create checks... Creating machine... (test) Importing SSH 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... Detecting the provisioner... Error creating machine: Error detecting OS: OS type not recognized