Secure your Docker setup by overwriting Docker's (Swarm) iptables rules
Simple if you know how to do it: Preventing Docker (Swarm) from opening ports to the outer world on Debian by overwriting the Docker network magic using iptables and nftables. more...
How I trick my well developed procrastination skills
It took me 10 years to finish my PhD, so I would assume my procrastination skills are not that bad ;) … fortunately, nowadays, I use some basic rules to fight procrastination and have become quite efficient with it. The following three basic rules helped me a lot to organize myself. more...
Reset Root Password in MariaDB + MySQL in Docker and Docker Swarm
Note to myself: do not delete your docker swarm cluster when using docker secrets for your docker based databases ;) - In case you do, you have to reset the passwords in the docker databases. more...
Docker image for non-blocking MySQL and MariaDB backups
Do you need a non-blocking docker based backup solution for your MySQL or MariaDB container? Here it is, a simple to configure docker image which creates (incremental) backups of your database and rotates them automatically. more...