
Docker Image with Multi-Stage Builds & Docker Images Optimization
“Docker is not a virtualization technology. It is an application delivery technology.” - Mike...
Apr 15, 202610 min read71 reactions0 comments
Tag archive

“Docker is not a virtualization technology. It is an application delivery technology.” - Mike...
Master Docker multi-stage builds to dramatically reduce image sizes, enhance security, and accelerat
While working through my DevOps journey (Week 13), I deployed a Node.js app to AWS EC2 and compared...
Multi-Stage Builds in Docker: Optimizing Your Docker Images Multi-stage builds in Docker...