6 ms·
What was the implementation like? A unikernel spun up on demand?
by Immortalin 8y ago
What was the implementation like? A unikernel spun up on demand?
- juliangoldsmith 8y agoYou could easily do that with Linux. You'd just need to boot via PXE, and use an NFS root. You might even be able to just use an initramfs, and not even have a mounted root.