|
|
|
|
|
by appcypher
382 days ago
|
|
> How is it so fast? Is it making any trade offs vs a traditional VM? Is there potential the VM isolation is compromised? It is a lighweight VM and uses the same technology as Firecracker > Can I run a GUI inside of it? It is planned but not yet implemented. But it is absolutely possible. > Do you think of this as a new Vagrant? I would consider Docker for VMs instead. In a similar way, it focuses on dev ops type use case like deplying apps, etc. > How do I get data in/out? There is an SDK and server that help does that and file streaming is planned. But right now, you can execute commands in the VM and get the result back via the server |
|
Native Containers would probably solve here, too.
From https://news.ycombinator.com/item?id=43553198 :
>>> ostree native containers are bootable host images that can also be built and signed with a SLSA provenance attestation; https://coreos.github.io/rpm-ostree/container/
And also from that thread:
> How should a microkernel run (WASI) WASM runtimes?
What is the most minimal microvm for WASM / WASI, and what are the advantages to running WASM workloads with firecracker or microsandbox?