Search Results for: docker
-
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…
-
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…
-
AI
Self-Hosting LLMs with Docker and Proxmox: How to Run Your Own GPT
One of the coolest things that you can self-host is large language models (LLMs) like GPT. AI has transformed everything from writing content to coding. However, if you want to run your own self-hosted GPT this is a great idea…
-
DevOps
The Real First Step to DevOps: Mastering Containers with Docker
As with any discipline, there are many different paths that lead to the same goal. However, there are certain skills that are foundational to learning the skill you are attempting to learn. With DevOps, there are many different foundational skills…
-
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…
-
home lab
Checkmate Monitoring for Free Open Source Docker Solution for Uptime Monitoring
I am always on the lookout for great new open-source tools for monitoring and management in the home lab and in production environments. I am a huge fan of Uptime Kuma as a monitoring solution, and other tools like Prometheus…
-
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…
-
home lab
How I Deployed a Self-Hosting Stack with Docker Swarm & MicroCeph
I have been on a journey to try out various self-hosting stacks in the home lab and one of the configurations that has been a great platform for learning and selfhosting has been Docker Swarm with Microceph. This combination of…
-
Containers
Docker NFS Mount on Synology and Performance Tweaks
One of the viable solutions for shared storage for running your Docker containers is NFS. Many are running a NAS in their home lab environment that is used for storage. With that said, one of the use cases for a…