How to Create a 2-Node Cluster in Proxmox (2026)
…The steps below can run on any Debian-based device, but we’ll be using a Raspberry Pi specifically because it’s one of the cheapest options you can use. Remember, you…
Tracked topic
The decision really comes down to two things: what hardware you already have running, and whether you want to run Pi-hole as a dedicated service or alongside other containers. Use the native install (Raspberry Pi, Ubuntu, or Proxmox LXC) if: You want a dedicated Pi-hole instance with minimal other services running on it You’re running Pi-hole on a Raspberry Pi or any Debian-based Linux distribution You’re running it in a Proxmox LXC and don’t need Docker on top You want the simplest, most-supported setup with the least amount of moving parts Use the Docker install if: You already use Docker
How to Install Pi-hole (Raspberry Pi, Ubuntu, Proxmox, Docker) - WunderTechThere are a lot of places you can run Docker, and I’ve run it just about everywhere. The “best” option depends on what hardware or platform you already use. How to Configure Docker in Proxmox How to Use Docker on a Synology NAS How to Use Docker on TrueNAS Scale How to Use Docker on OpenMediaVault How to Install Docker and Portainer on Ubuntu How to Install Docker and Portainer on Debian For most people using Proxmox, I like running Docker inside a Linux VM. You get the benefits of Proxmox snapshots, backups, and VM isolation, while still using Docker Compose for the actual applications.
Docker Guides: Setup, Compose, Containers, Updates, Backups, and Self-Hosting - WunderTech…The steps below can run on any Debian-based device, but we’ll be using a Raspberry Pi specifically because it’s one of the cheapest options you can use. Remember, you…
…If you are comfortable with Ubuntu and prefer to stay on bare metal without a full hypervisor layer, you can run Docker directly on Ubuntu Server or Debian and get most of…
…The tutorial below is for the Debian/Ubuntu operating system. Though the process is the same, the commands you will need to run are different. You can find those commands here . Table…
Today we are going to look at how to install OpenMediaVault on a Raspberry Pi, turning it into a NAS! OpenMediaVault is a NAS solution that’s based on Debian Linux. It…
…Installing and Configuring Pi-hole The commands below utilize an LXC Container (the same process is used on a Raspberry Pi or any Debian-based OS), but it’s not necessary to…
…Why Use Proxmox VE? Proxmox VE is a free and open-source virtualization platform built on Debian. It supports KVM virtual machines, LXC containers, ZFS storage, clustering, backups, live migration, and high…