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…
Month: June 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…