⭐ SuperAllen
Home Posts Tags About

🏷️ docker

12 posts

March 22, 2022

Docker Compose Production Patterns - Beyond Development

Advanced Docker Compose patterns for production deployments, including health checks, secrets management, and high availability configurations.

August 28, 2021

Docker Multi-Stage Builds - Reducing Image Size by 90%

Using Docker multi-stage builds to reduce image size from 1.2GB to 120MB while improving build times and security.

February 10, 2020

Docker Multi-Stage Builds: From 1.2GB to 50MB Images

Optimized Docker images with multi-stage builds - reduced image size from 1.2GB to 50MB (96% reduction). Faster deployments, lower costs

October 12, 2019

Docker Storage Drivers: overlay2 vs devicemapper Performance Comparison

Choosing the right Docker storage driver - comparing overlay2, devicemapper, and aufs with real-world benchmarks and production recommendations

June 28, 2019

Docker BuildKit: Faster Builds with Better Caching

Migrating to Docker BuildKit for parallel builds, better caching, and 3x faster build times

November 18, 2018

Docker Networking Deep Dive: Bridge, Host, Overlay, and Troubleshooting

Understanding Docker networking modes - when to use each, performance implications, and debugging network issues in production

February 16, 2018

Docker Image Security: Reducing Vulnerabilities from 247 to 12

Hardening Docker images for production by using minimal base images, scanning for vulnerabilities, and following security best practices

April 14, 2017

Docker Multi-Stage Builds: Reducing Image Size by 80%

How I used Docker 17.05's multi-stage builds to create smaller, more secure production images

January 14, 2017

Docker Multi-Stage Builds: Smaller Images, Faster Builds

How Docker multi-stage builds reduce image size and improve build times.

December 3, 2016

First Steps with Kubernetes - Is It Worth the Hype?

My initial experience setting up a Kubernetes cluster and whether it's ready for production use.

September 12, 2016

Running Jenkins Builds in Docker Containers

How we improved our CI/CD pipeline by running Jenkins builds inside Docker containers for better isolation and reproducibility.

May 12, 2016

Docker for Development: My First Month

Switching from Vagrant to Docker for local development environments, including setup, workflows, and lessons learned

← View all tags

© 2025 SuperAllen. All rights reserved.