Category · Infrastructure
Container
Isolated execution unit packaging code + runtime + dependencies.
Docker, containerd, runc. Image build → registry → run. Foundation of modern architectures (Kubernetes, Cloud Run, Fargate). Gotcha: image bloat (alpine > debian-slim), base runtime (distroless for security).
// In action with our clients
// See also
