Author Archives: Student Tom

Docker vs Podman vs Containerd – what are y’all using in 2026? 🐳

DevOps noob here 😅 Building our startup’s CI/CD pipeline and super confused about container runtime.

Docker been the standard forever but hearing Podman is more secure? And Containerd seems like the minimalist option?

Our stack: mainly Docker Compose for local dev, deploying to AWS ECS

Main concerns: security + ease of use + production stability

Halp! Which one should I go with??