MicroVM Dev Container Setup With Real VS Code Integration and Working Docker-In-VM
Power devs want their local dev container experience but inside a microVM for security and to actually run Docker without the docker-in-docker pain. Existing microVM tools (Firecracker, Lima, krunvm) target ephemeral workloads or don't integrate cleanly with VS Code's remote dev extension. Docker's new sandboxes are AI-agent-only and not user-customizable.
The shortest path is a thin opinionated wrapper on Lima or krunvm: a single 'devvm up' that stamps out a persistent microVM, mounts your repo, runs containerd inside, and registers a VS Code remote endpoint. Sell the secrets-via-vsock part as the differentiator.
landscape (5 existing solutions)
Each tool nails one corner — Lima's VS Code path, Firecracker's isolation, Docker's polish — but nobody ships the full 'Dev Container UX + microVM isolation + working Docker inside + secrets' combo as one product.