janeczku / docker-machine-vultr

:m: Docker Machine driver for Vultr Cloud
MIT License
192 stars 25 forks source link

mac binary 1.0.0 is not working #6

Closed chikamim closed 8 years ago

chikamim commented 8 years ago

I downloaded a mac binary from release 1.0.0 page , and I followed instructions but it didn't work with this error. (docker-machine version 0.5.6 build 61388e9, El Capitan 10.11.3)

docker-machine create --driver vultr --vultr-api-key=IEnteredRealAPIKey docker-test
Running pre-create checks...
(docker2) Validating Vultr VPS parameters...
(docker2) getting client
Error creating machine: Error with pre-create check: unexpected EOF

So, I built binary with go 1.5.3 and that works for me.

go get -u github.com/janeczku/docker-machine-vultr/bin
mv $GOPATH/bin/bin $GOPATH/bin/docker-machine-driver-vultr

I hope this will help.

janeczku commented 8 years ago

@bradex Possibly this: https://github.com/docker/machine/issues/2706

janeczku commented 8 years ago

Thanks for the report! Should be fixed in https://github.com/janeczku/docker-machine-vultr/commit/35ba3827c96c847755ccb839a9b47f5fbdd58839. New release v1.0.1 is up!