/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

akoutmos.com
| | zorbash.com
1.1 parsecs away

Travel
| | [AI summary] A technical guide demonstrating how to use Docker multi-stage builds and the Distillery tool to create lightweight, optimized images for deploying Elixir applications.
| | blog.gilliard.lol
2.2 parsecs away

Travel
| |
| | kewah.com
2.3 parsecs away

Travel
| | Walk through the config to setup continuous integration and deployment using GitLab for a Phoenix project.
| | rpep.dev
16.3 parsecs away

Travel
| Alpine Linux is a distribution that is designed to be lightweight. In particular, its seen a lot of use in Docker images because the resulting image bundles are considerably smaller than those generated by other minimal distros. However, in the context of building a Docker image for a Python application, its worth thinking carefully before using Alpine, as it can often result in slower builds and counterintuitively it can even result in larger images occasionally.