Explore >> Select a destination


You are here

pythonspeed.com
| | blog.fredrb.com
2.9 parsecs away

Travel
| | Tiny Python Docker Images I was looking for a way to create a very small docker image for a Python project. The python project I created is a Telegram bot quizzes me in German. The python-telegram-bot pip package requires gcc to fully build- so using alpine image did not do the trick for me. I searched online, found a few example bot none that would actually do what I needed with a reasonable image size.
| | rpep.dev
2.7 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.
| | andyfreeland.net
2.5 parsecs away

Travel
| |
| | b.j4.lc
26.5 parsecs away

Travel
| So, you've finally bought yourself a domain (or thinking about it), got a server at home, and now you want to host your own corner of the web? Great! Allow... [more]