 
      
    | You are here | taylorbrazelton.com | ||
| | | | | www.neerajsidhaye.com | |
| | | | | Creating optimized docker image for GO application using multi stage build - using alpine image and then produce a small image with only binary in a scratch image. Let's read further... | |
| | | | | nodogmablog.bryanhogan.net | |
| | | | | Simple instructions for updating Docker Desktop on Ubuntu. | |
| | | | | 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. | |
| | | | | blog.tst.sh | |
| | | The motivation behind this project was that I needed a very simple way for me and my friends to securely put files on my server for the various projects we use it for and the insane gigabit download speeds. Previously we just used rsync, a Linux command line utility that | ||