Containersv27.5
Docker
Platform for building, shipping, and running applications in containers. Docker pioneered the container revolution and remains the most popular container toolchain for development workflows.
Articles about Docker
Docker Multi-Stage Builds for Production-Ready Minimal Images
Shrink Docker images from 1.2GB to 45MB using multi-stage builds. Production Dockerfiles for Node.js, Go, and Python with real size comparisons.
9 min readstandard
Docker CLI Cheat Sheet
Essential Docker CLI commands organized by task — build images, run containers, manage volumes and networks, compose services, and debug.
3 min readquick-reference
Container Image Scanning with Trivy: Complete Setup Guide
Set up Trivy for container image vulnerability scanning — from local development to CI/CD pipeline integration with actionable remediation.
8 min readstandard