docker
-
Containers
Docker Security Tips for Container Hosts & Ansible Playbook
Running containers in your lab or production environment is one of the best things you can do, not only for learning, but running workloads efficiently. Over the last couple of years, I have developed a security checklist that I apply…
-
Containers
How I Use Docker Labels and Compose Tricks to Organize 75+ Containers
When you start to have a large number of containers in your fleet, these can begin to become hard to manage. If you are juggling lots of services across many different projects and environments, this is especially true. I have…
-
Kubernetes
Freelens is an Open Source and Free Kubernetes IDE for 2025!
I have been playing around with various Kubernetes IDE solutions for years now and there are many different ones that offer great solutions for working with Kubernetes to be honest. I have written about and have been showing solutions like…
-
Self hosted
CoreControl Is the New Self-Hosted Dashboard Built for Home Labs
Keeping visibility into your home lab over self-hosted services is a critical task. Let’s look at a new home lab dashboard called CoreControl that provides a free open-source dashboard that is a great solution in the home lab. What is…
-
Containers
Docker Rollout: Zero-Downtime Deployments for Docker Compose Made Simple
Have you worked with Docker compose and ever wanted to have a proper blue/green deployment for making sure your services stay up and running when you update them? We have all experienced going down for a few seconds or a…
-
Self hosted
OmniTools: A Swiss Army Knife of Self-Hosted Utilities
I love really cool self-hosted tools that allow you to have total control over the solution and helps to avoid “free” online services that are riddled with ads, telemetry data and other undesirables. I want to introduce you to OmniTools…
-
Containers
Dozzle Real-Time Docker Log Monitoring Made Easy
One of the struggles that I know I had when starting to implement containers in the home lab a few years back was visibility on what was actually going on in the containers themselves. As you learn how to look…
-
AI
5 Best LLM Models You Can Run in Docker on Low-Power Hardware
I have been super interested in running LLMs at home with the help of great open source tools freely available out there. Large Language Models (LLMs) are now not just limited to large datacenters full of GPUs. It is now…
-
Containers
Top Docker Performance Tweaks on Low-Power Hardware
There are two things that I highly recommend for modern home lab environments, Docker and low-power mini PCs. Docker provides a much more efficient way to run apps compared to running full virtual machines. Also, low-power mini PCs are getting…
-
Containers
Why I Started Documenting My Docker Containers and What I Include
Running Docker containers and learning them is one of the best things you can do for your IT learning and career in 2025. Containerized technologies are everywhere. They are simple, effective, efficient, and they make self-hosting extremely powerful. However, they…