janeczku / docker-machine-vultr

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

Cannot run with Rancher Server #10

Closed jmatsushita closed 8 years ago

jmatsushita commented 8 years ago

See rancher/rancher#4433

jmatsushita commented 8 years ago

Renaming the downloaded executable from /usr/local/bin/docker-machine-driver-Vultr to /usr/local/bin/docker-machine-driver-vultr did the trick.

janeczku commented 8 years ago

@jmatsushita Can't reproduce any file naming problems with the release. The distributed binary is named docker-machine-driver-vultr (all lowercase). How did you get the uppercase letter in yours?

jmatsushita commented 8 years ago

Hey @janeczku I've pasted the Github release tarball link into the Rancher Server driver install. So maybe it's some weird untaring side effect from Rancher Server... rancher/rancher#4433

janeczku commented 8 years ago

I just tried with Rancher Server v1.0.1 and the driver gets registered successfully. In any case this is probably an issue with Rancher rather than the driver. Thanks for pointing it out to me though!