Skip to main content

Docker & Containers

10 articles · written by Niraj Kumar

These posts treat Docker as a deployment tool rather than a topic. They start from a working application and end with it running behind a reverse proxy on a server you can restart without dropping requests.

Coverage includes building lean Node.js images, Nginx as a reverse proxy in front of containers, zero-downtime deployment strategies with health checks and connection draining, GitHub Actions pipelines that build and push images, orchestration trade-offs between Docker Swarm and lightweight Kubernetes, and self-hosted AI stacks that run n8n and Ollama together in containers.

Related topics

← All articles