Tag

#containers

3 articles tagged #containers. See all tags →

Your Agent Sandbox Will Not Fail at the Wall. It Will Fail at the Package Proxy.
New
Tech··10 min

Your Agent Sandbox Will Not Fail at the Wall. It Will Fail at the Package Proxy.

Every guide to sandboxing AI agents compares Firecracker to gVisor to containers. Useful, and not where the one documented escape of 2026 happened. That agent was in an environment with no internet access. It got out through the thing the sandbox had to trust in order to install a dependency.

ai agentssecuritysandboxing
Docker vs Virtual Machines: What a Container Actually Is
Tech··10 min

Docker vs Virtual Machines: What a Container Actually Is

Everyone repeats that VMs virtualize hardware and containers virtualize the OS. True, but it hides the real thing. A container isn't a tiny VM. It's a normal process on the host with blinders on, fenced off by two Linux kernel features.

dockercontainersvirtual-machines