Explore >> Select a destination


You are here

taylorbrazelton.com
| | www.neerajsidhaye.com
8.8 parsecs away

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

Travel
| | Simple instructions for updating Docker Desktop on Ubuntu.
| | blog.fredrb.com
10.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.
| | blog.tst.sh
42.5 parsecs away

Travel
| 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