Docker Is Not a Real Sandbox for Agent Code: From Containers to microVMs

aidenclarke_12 · reddit · 2026-08-27

The author argues most agent nightmares — deleting repos, wiping emails via prompt injection, poisoned CI runners — trace back to model-written code running with real host access.

Isolation tiers:

Verdict: Docker + backups is fine on a laptop; once you ship a run-this-code feature, run agent code in CI, or operate at scale, move to microVMs — self-operated Firecracker/Kata or a hosted microvm sandbox.

Original post →

More from coding & agent

coding & agent channel →