Hey this is super cool. I've been researching tech like this for my AI sandboxing solution, ended up with Lima+Incus: https://github.com/JanPokorny/locki

My problem with microVMs was that they usually won't run docker / kubernetes, I work on apps that consist of whole kubernetes clusters and want the sandbox to contain all that.

Does your solution support running k3s for example?

we will evaluate. I created this issue to track this: https://github.com/smol-machines/smolvm/issues/150

Really appreciate the feedback!

Curious what prevented you from running docker in a microvm? I've successfully run docker in qemu and firecracker microvms.

With instavm (https://instavm.io), you can provide an OCI image built from a dockerfile.

[deleted]