Quick Update Script for Your Docker Containers

Raspberry Pi – Docker

From time to time, you need to update your docker containers. And when built with docker-compose I have a little update-script for you. Nothing incredibly magical here, just a script that runs through the update commands and restarts the container afterwards. However, I assume your docker container is defined through a docker-compose.yaml file and built… Read more

Git/SVN Repository Information Displayed in the Console

Repository Information in Console

For someone who works a lot with Git repositories, it is interesting to see some basic information in the console while working on the repo. Stuff like which branch or tag is currently active. Sure, there are commands to show that kind of information, but after a while, it becomes tedious to have to put… Read more