|
You are here |
pythonspeed.com | ||
| | | | |
blog.fredrb.com
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | | | ||
| | | | |
b.j4.lc
|
|
| | | 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] | ||