Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mac binary 1.0.0 is not working #6

Closed
chikamim opened this issue Feb 5, 2016 · 2 comments
Closed

mac binary 1.0.0 is not working #6

chikamim opened this issue Feb 5, 2016 · 2 comments

Comments

@chikamim
Copy link

chikamim commented Feb 5, 2016

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
Copy link
Owner

janeczku commented Feb 6, 2016

@bradex Possibly this: docker/machine#2706

@janeczku
Copy link
Owner

janeczku commented Feb 6, 2016

Thanks for the report! Should be fixed in 35ba382. New release v1.0.1 is up!

@janeczku janeczku closed this as completed Feb 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants