Tech blog

Archive: June 2025

Back Home

14 Jun 2025

Automation - How to Automatically Clean Up Unused Docker Images

Tired of constantly cleaning up unused Docker images that accumulate over time? Here's a simple and effective solution. Login to your server terminal where you're hosting docker You can add a prune job on your Docker host that: Runs automatically at regular intervals (e.g., daily/weekly) Prunes all unused images Add the following line to your...

01 Jun 2025

PHP-Fusion 7 CMS fully dockerized!

This idea came to me after I was trying to recover a deprecated database that I had for a very old website based on php-fusion's CMS. Sure, these days they do have a new version but, the new version would not work with my old database. So I thought, why not DOCKER? 🙂 Using Docker...