Skip to content

Tag: containers

All the articles with the tag "containers".

Podman Compose for Docker-Free Workflows

Podman Compose for Docker-Free Workflows

· Updated:

Drop Docker's daemon entirely. Podman rootless containers with podman-compose, drop-in compatibility, daemonless orchestration, and where it bites you.

LXC vs Docker: Lightweight Containers

LXC vs Docker: Lightweight Containers

· Updated:

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.

Incus: LXD's Community Fork, Two Years In

Incus: LXD's Community Fork, Two Years In

· Updated:

Two years after Canonical's LXD CLA grab, Incus is shipping in Debian/Fedora/NixOS. Here's what changed, what works, and when to use it.

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

· Updated:

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.

Multi-Arch Docker Builds With QEMU & buildx

Multi-Arch Docker Builds With QEMU & buildx

· Updated:

Build Docker images that run on amd64 and arm64 from one command. QEMU emulation, native multi-node builders, CI caching, and manifest lists explained.