machine icon indicating copy to clipboard operation
machine copied to clipboard

Deploying to an arm server running raspbian fails

Open ztobs opened this issue 5 years ago • 1 comments

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

ztobs avatar Apr 21 '20 23:04 ztobs

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

jcksnvllxr80 avatar Apr 17 '21 13:04 jcksnvllxr80