janeczku / docker-machine-vultr

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

Making API endpoint a configurable machine parameter #16

Closed bfosberry closed 7 years ago

gsmaul commented 7 years ago

Vultr developer here. I can confirm that bfosberry's patch is quite useful. We add API endpoints from time to time, and this patch will allow systems using this driver (like Rancher) to take advantage of them.

janeczku commented 7 years ago

Thanks @bfosberry I am curious though, are there any endpoints other then https://api.vultr.com/ ?

gsmaul commented 7 years ago

None publicly, but we have several for testing and special client needs.

bfosberry commented 7 years ago

Thanks!