LoggiFly Is the Docker Log Alerting Tool I Didn’t Know I Needed
Docker logs are definitely one of the first places I look when troubleshooting issues with containers. It is often where you will find the root cause of the issue that…
Virtualization, Cloud, DevOps, Reviews
Docker logs are definitely one of the first places I look when troubleshooting issues with containers. It is often where you will find the root cause of the issue that…
Each time I mention Watchtower for container updates, I generally have comments that Watchtower is a very stale project. This is definitely true as it hasn’t had any updates in…
When you start out in the home lab managing containers, this always starts out fairly simple when you have one or two containers. You might even introduce a reverse proxy…
GPUs are definitely no longer just for gamers or crypto miners. They are also now the essential hardware when it comes to AI, media encoding, and things like machine learning.…
Recently, you may have seen some automation I have been doing with AI to self-heal and correct things in the home lab. One of those workflows I have been using…
With most running Proxmox or leaning towards running Proxmox in the home lab for the foreseeable future, running Docker containers on top of a Proxmox environment is a given. Proxmox…
Docker Desktop is a great tool to run containers locally. It also provides a great interface to work with your containers and many features. While we may choose to run…
There are a lot of great ways to run Kubernetes in your home lab. I have covered many of these from running k3s to running a Minikube cluster on Ubuntu…
If you are starting to run containers in 2025 in the home lab or production environments, the operating system you choose is the foundation that starts it all. Since containers…
One of the things that gets “hard” when you start caring about the security of your Docker containers is managing your secrets. It is a tricky bit that you need…