|
|
|
|
|
by freakynit
247 days ago
|
|
This is a pretty good use-case for an open-source project then. For guide, just follow their official docs. I did those again today, literally copy-pasted shell commands one after the other, and voila.. had firecracker vm running and booting a full-fledge ubuntu vm. It was sooo damn fast that when it started, at that moment I thought that my terminal had crashed because it's prompt changed. But nop. It was just that fast that even while literally looking at it I was not able to catch when it actually did boot-up. By the way, two open-source projects already exist: 1. NodeJS: https://github.com/apocas/firecrackerode 2. Python: https://github.com/Okeso/python-firecracker |
|