Back to browse
GitHub Repository

microVM orchestrators to boot from docker images, packed with L7 reverse proxy

31 starsGo

Docker Alternative for Secure Microvms

by sankalpnarula·Apr 3, 2026·4 points·2 comments

AI Analysis

●●SolidShip ItSolve My Problem

Firecracker microVMs with Docker CLI UX, though Kata Containers already solves container isolation.

Strengths
  • OCI image translation removes manual disk image creation for Firecracker instances.
  • Automated IPAM and NAT routing simplifies microVM networking compared to raw TAP.
  • Host daemon manages jailer isolation automatically without per-VM configuration files.
Weaknesses
  • Requires root access and KVM, limiting local development on restricted corporate machines.
  • Wake-on-request proxy is marked WIP, reducing immediate value for serverless-like workflows.
Target Audience

DevOps engineers, security-conscious developers, backend infrastructure teams

Similar To

Kata Containers · gVisor · KubeVirt

Post Description

https://github.com/herd-core/herd

Lately, I have been trying to understand the security aspect of docker containers, and what I have realized is that all docker containers share the host's kernel. Any zero day vulneerability in the kernel can be used to gain access to the host os.

In order to deal with this, I did some research turns out Amazon has open sourced the core technology behind their serverless technology lambda. But in its current state its very hard to setup, let alone run anything securly. This technology is called firecracker microvm's

It started off as a go library, for creating process pools to just do a simple firecracker spawn, turned into a full fledged host side daemon.

deploying a microvm through an image is now as simple as running

`herd deploy --image postgres:latest -p 5432:5432 -e POSTGRES_PASSWORD=postgres`

with boot times ~500ms

That brings us to today. I am looking for people to test this out and provide some feedback, I have been warned/cautioned by a lot of friends that building in isolation is a recipe for disaster.

PS: it only works on linux, macos doesn't have the required isolation, and I stopped caring about winslop.

Similar Projects

Security●●●Banger

BunkerVM – Secure runtime for AI agents using microVM sandboxes

Firecracker microVM sandbox for agents in 5 seconds, Claude Desktop ready.

Solve My ProblemWizardryShip It
ashishch111
212mo ago
AI/ML●●●Banger

NervOS – Sandbox for AI Agents Using Firecracker MicroVMs

Hardware-isolated VM sandbox for Claude, 2-second boot, no Docker complexity.

Zero to OneWizardrySolve My Problem
ashishch111
102mo ago
Infrastructure●●Solid

Secure-by-default Ollama Docker image with built-in auth, only ~70MB

Auto-generates API keys to block the 175k exposed Ollama instances.

Solve My ProblemCozy
hwdsl2
201mo ago
Infrastructure●●Solid

Secure-by-default Ollama Docker image with built-in auth, only 70MB

Auto-generated tokens block the 175k exposed Ollama servers found online.

Solve My ProblemShip It
hwdsl2
101mo ago