janeczku / docker-machine-vultr

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

Is RancherOS available on Vultr? #11

Closed jmatsushita closed 8 years ago

jmatsushita commented 8 years ago

It doesn't seem to show up on the os list https://api.vultr.com/v1/os/list

janeczku commented 8 years ago

You are right, it's not available as an OS option on Vultr. RancherOS is therefore installed via iPXE: https://www.vultr.com/docs/ipxe-boot-feature

jmatsushita commented 8 years ago

Right I see. The default OSID is 159 which is custom and allows IPXE and this section activates IPXE while this one creates the bootscript from the latest RancherOS image. Got it.