|
You are here |
rpep.dev | ||
| | | | |
andyfreeland.net
|
|
| | | | | [AI summary] A technical guide demonstrating how to reduce Docker image sizes for Python applications by using Docker BuildKit's bind mount feature instead of copying layers in multi-stage builds. | |
| | | | |
pythonspeed.com
|
|
| | | | | Once you understand generic Docker multi-stage builds, here's how to implement them for Python applications, with virtualenvs or user installs. | |
| | | | |
enix.io
|
|
| | | | | This serie of articles deals with solutions for Docker image size optimization. In this first part, we talk about *multi-stage build*. We also explain differences between static and dynamic libraries and why it matters. We also describe the use of the famous Alpine Linux distribution. | |
| | | | |
earthly.dev
|
|
| | | Docker is an open source platform that allows you to package applications and ... | ||