I'm also building Dockershrink - An Open source AI Agent to automatically reduce the size of Docker images! 👉 github.com/duaraghav8/dockershrink -- In this video you will learn the 3 most powerful ways to reduce the size of your Docker images. If you're reading this, chances are you have felt the pain of massively bloated Docker images which take up several GBs worth of space on disk and over Network bandwidth. They slow down deployments, increase costs and make the whole development process much slower and frustrating! In this video, I'll discuss powerful image size reduction techniques such as Multistage builds, layer-level optimization and Scratch images. We'll also go through some best practices and I'll show you how I brought a 1GB Docker image down to just 8 MB! These will help you get rid of image bloat and can potentially save you thousands of $$ Learn Docker & Kubernetes with me for FREE! 👉 - https://www.youtube.com/watch?v=BOLU6JsfD1Q&list=PLRe2b2lXY6rzrs4Buvce1Q62CbRxkKUR9 - https://www.youtube.com/watch?v=q7pCN_9B8xM&list=PLRe2b2lXY6rzkHPM0dYgQWROvOq58epsn TIMESTAMPS ⏰ 00:00 Intro 00:23 Multistage builds 08:29 Layer optimization 11:58 Images From Scratch 15:45 Other techniques 👉 REFERENCES 1. Multistage builds https://docs.docker.com/build/building/multi-stage/ 2. Scratch Image https://hub.docker.com/_/scratch 3. Distroless images https://github.com/GoogleContainerTools/distroless 4. Docker Slim https://github.com/slimtoolkit/slim 5. Dive https://github.com/wagoodman/dive 6. Unikernels http://unikernel.org/ 👉 ABOUT ME Linkedin 🔗 https://www.linkedin.com/in/raghavdua/ Github 🔗 https://github.com/duaraghav8 #docker #optimization