janeczku / docker-machine-vultr

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

Invoking vultr boot scripts #21

Closed dmitrym0 closed 7 years ago

dmitrym0 commented 7 years ago

Is there a parameter for vultr-boot scripts? I can't seem to find it. All I'm trying to do is automatically add swap.

Thanks!

dmitrym0 commented 7 years ago

FYI, vultr removed cloud-init support from Ubuntu images: https://discuss.vultr.com/discussion/998/why-is-cloud-init-no-longer-enabled-on-ubuntu-images

The linked thread describes how to work around it, but seems ugly. Support for their "native" scripts would be great.

janeczku commented 7 years ago

@dmitrym0 Thanks for the info. Support for startup boot scripts landed: https://github.com/janeczku/docker-machine-vultr/releases/tag/v1.2.2 Let me know if that works for you.

dmitrym0 commented 7 years ago

Thanks @janeczku !