Best practices for building Docker images for Python apps - Jozef Gaborik

preview_player
Показать описание
Docker is very popular among developers and many teams use it to deliver their software. I want to use it too, but my images are large and take forever to build. Does it have to be like that? Is there a better way to do it?

In this presentation, we will go through the whole process of building a docker image for a Python web app. How to select a base image, how to optimize the size, and how to decrease the speed of build. We will think about security, logging, and caching and see how to do it all in CI. You will end up with the set of applicable best practices in creating Docker images that you can use in your projects.

Рекомендации по теме