scaleway / docker-machine-driver-scaleway

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

cannot execute binary file: Exec format error #62

Closed holms closed 7 years ago

holms commented 7 years ago

I did exact instructions as in you README and it doesn't work

# Download the binary (this example downloads the binary for darwin amd64)
$ curl -sL https://github.com/scaleway/docker-machine-driver-scaleway/releases/download/v1.2.1/docker-machine-driver-scaleway_1.2.1_darwin_amd64.zip -O
$ unzip docker-machine-driver-scaleway_1.2.1_darwin_amd64.zip

# Make it executable and copy the binary in a directory accessible with your $PATH
$ chmod +x docker-machine-driver-scaleway_1.2.1_darwin_amd64/docker-machine-driver-scaleway
$ sudo cp docker-machine-driver-scaleway_1.2.1_darwin_amd64/docker-machine-driver-scaleway /usr/local/bin/

Trying to execute docker-machine-driver-scaleway:

-bash: /usr/local/bin/docker-machine-driver-scaleway: cannot execute binary file: Exec format error

Information about my os:

Linux debian 3.16.0-4-amd64 #1 SMP Debian 3.16.39-1+deb8u1 (2017-02-22) x86_64 GNU/Linux
holms commented 7 years ago

oh jeez, i haven't even noticed that you're using darwin by default... c'mon you could insert some subcommand