Does anybody know how, even if it is possible, to install CoreOS on terminal.com ?
-
6Why don't you contact them and ask? support@cloudlabs.io – ceejayoz Aug 12 '14 at 15:07
1 Answers
The first question for Terminal.com would probably have to be what underlying technology they use to run their VMs (if they even are full virtualization). They claim their VMs only take 5 seconds to startup. This to me almost sounds like they might be running some sort of container technology (Docker or regular LXC) which wouldn't work to run CoreOS.
However, if it is actually a virtual machine, you might be able to adapt https://github.com/ibuildthecloud/coreos-on-do to use their Ubuntu 14.04 image to kexec a CoreOS install.
I'd be fairly wary of using this for production loads though since it would be pretty unreliable and unsupported. If it is cost that you are after, you might check out Digital Ocean or another provider that better supports CoreOS.

- 4,211
- 8
- 40
- 55
-
And why is 5 seconds so special? CentOS 7 starts in about that amount of time. – Michael Hampton Aug 12 '14 at 17:23
-
@michael-hampton CentOS(http://www.centos.org/) != CoreOS(https://coreos.com/) – BBJ3 Aug 13 '14 at 15:04
-
-
1@LucaG.Soave The point is that the speed of virtual machihne startup doesn't necessarily tell you anything about the hypervisor. – Michael Hampton Aug 13 '14 at 15:11
-
-
I was only making an assumption. Sure, an OS can boot up pretty quick. But I'd expect the provisioning of disk and other resources needed for a VM to take much longer than 5 seconds, especially in comparison to a container. – Andy Shinn Aug 13 '14 at 20:19