scaleway / docker-machine-driver-scaleway

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

Error starting plugin binary #55

Closed terbooter closed 8 years ago

terbooter commented 8 years ago
root@local:~# docker-machine create -d scaleway -h
Error starting plugin binary: fork/exec /usr/local/bin/docker-machine-driver-scaleway: exec format error
Error attempting to get plugin server address for RPC: Failed to dial the plugin server in 10s
root@local:~#
QuentinPerez commented 8 years ago

Hi @terbooter,

I think that you didn't download the binary which corresponds with your architecture

terbooter commented 8 years ago

Which binary should I use to install on virtual machine with ubuntu 64bit

uname -a
Linux local 3.13.0-91-generic #138-Ubuntu SMP Fri Jun 24 17:00:34 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

run on host with windows7 64bit

QuentinPerez commented 8 years ago

Can you try with this binary ? https://github.com/scaleway/docker-machine-driver-scaleway/releases/download/v1.2.1/docker-machine-driver-scaleway_1.2.1_linux_amd64.tar.gz

terbooter commented 8 years ago

Thanks! This binary is working for my architecture