Talk in English - UK at PHPSW: Lightning Talks, October 2017
View Slides: https://github.com/pfwd/talks/blob/master/how-to-put-your-docker-image-on-a-diet/phpsw-11-10-17/slides.pdf
Checkout the code: https://github.com/pfwd/how-to-put-your-docker-image-on-a-diet
Checkout the code: https://hub.docker.com/r/howtocodewell/how-to-put-your-docker-image-on-a-diet/
Short URL: https://joind.in/talk/a866f
(QR-Code (opens in new window))
Docker images can get very large in disk space and this can quickly become an issue during deployment of a web application.
In this talk I will demonstrate 6 ways to reduce the size of your Docker image. Each example has been tagged as a working example that can be found on the Docker hub and GitHub.
Github: https://github.com/pfwd/how-to-put-your-docker-image-on-a-diet
Dockerhub: https://hub.docker.com/r/howtocodewell/how-to-put-your-docker-image-on-a-diet/
Comments
Comments are closed.
Lots of really useful information in a short amount of time, well done!
Very clear and useful information. Well presented! Thanks
Great talk dude! Great to compare it to AB split testing. Change one thing at a time and check the result. Be interesting to have a few real examples of projects you have done this on and the savings achieved... Also how do I get a cool presenter pen?!?!
Some good tips, well presented. Thanks
Good tips! The text was a little small unfortunately and I wouldn't have been able to follow if I didn't know Dockerfiles well
Clear content, good slides and delivery.
Great to learn how some simple changes in the Dockerfile can make such a difference in size/transfer speed and attack surface.
Great talk, good to know how these little changes can affect the size!! Very informative!