Skip to content

Tag: containers

All the articles with the tag "containers".

LXC vs Docker: Lightweight Containers

LXC vs Docker: Lightweight Containers

LXC and Docker both containerize workloads, but one runs mini-VMs with init processes while the other handles single-process apps. Here's when each wins.

Your Agent Doesn't Need a Shell

Your Agent Doesn't Need a Shell

Coding agents get unrestricted shell access by default because it's easy, not because they need it. Here's the short list of what actually breaks without one.

Where Should Your Coding Agent Run?

Where Should Your Coding Agent Run?

Claude Code and other AI coding agents need somewhere to run. Compare laptop, Docker, throwaway VMs, and Cloudflare Workers on blast radius, cost, and setup.

Go on Scratch: Docker With No OS at All

Go on Scratch: Docker With No OS at All

A Go binary on FROM scratch gives you a 10 MB image with no shell, no libc, no /tmp. Everything that breaks on an empty filesystem, and how to fix each one.