/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

rpep.dev
| | andyfreeland.net
1.7 parsecs away

Travel
| | [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
2.7 parsecs away

Travel
| | Once you understand generic Docker multi-stage builds, here's how to implement them for Python applications, with virtualenvs or user installs.
| | enix.io
1.9 parsecs away

Travel
| | 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
14.5 parsecs away

Travel
| Docker is an open source platform that allows you to package applications and ...