How to Run Docker in Proxmox on a VM - WunderTech
I’ve been running Docker on Proxmox for a while now, most recently on my two-node custom-built Proxmox Cluster using Proxmox VE 9.1. Before that, I ran it on…
Tracked topic
It depends on whether your host has integrated graphics or a second GPU for the hypervisor. If the host can keep its own display adapter, other VMs like Home Assistant on Proxmox run independently and aren’t affected by the GPU being passed through to a different VM. Security note: IOMMU configuration and kernel parameters affect system-level isolation. Review any changes in the context of your threat model — especially allow_unsafe_interrupts, which weakens IOMMU isolation. Security best practices in this area continue to evolve.
GPU Passthrough on Proxmox: Step-by-Step GuideMost discrete PCIe GPUs work with passthrough on Proxmox, but success is heavily hardware-dependent. NVIDIA consumer cards have historically had driver-level restrictions (the “Error 43” issue on GeForce cards in VMs), though this has become less of a problem on newer drivers.
GPU Passthrough on Proxmox: Step-by-Step Guidepcie_acs_override=downstream,multifunction forces Proxmox to treat PCIe devices as if they have ACS (Access Control Services) support, which allows them to be placed in separate IOMMU groups. You need this when your GPU ends up grouped with unrelated devices on kernels 5.15 and newer. It does reduce memory isolation slightly, so only use it if your groups are genuinely broken.
GPU Passthrough on Proxmox: Step-by-Step GuideWe’ll be configuring a QDevice in this tutorial for Quorum. Quorum is used to ensure that most of the nodes in a cluster are online, with the overall goal being to have three total votes. The QDevice we’ll be setting up acts as the third vote without actually running the Proxmox OS. 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 don’t need a Raspberry Pi, but you do need it to be a separate device from the two Proxmox nodes, so any Linux system should work. This ensures that
How to Create a 2-Node Cluster in Proxmox (2026)I’ve been running Docker on Proxmox for a while now, most recently on my two-node custom-built Proxmox Cluster using Proxmox VE 9.1. Before that, I ran it on…
GPU passthrough on Proxmox lets you map a physical PCIe GPU directly to a virtual machine, so it runs with near-native performance inside that VM. To do it, you enable IOMMU…
In this tutorial, we’re going to look at how to create a 2-node cluster in Proxmox. There is so much functionality that you can gain by configuring a cluster in…
…If you’re on an older version of Proxmox, updating Proxmox VE first is worth doing before making storage changes. And if you’re not already backing up regularly, backing up Proxmox…
…You Might Also Like Proxmox vs. Hyper-V: Side-by-Side Comparison April 19, 2023 How to Import QCOW2 Images in Proxmox January 27, 2024 How to Configure the Firewall on Proxmox…
…You Might Also Like Nginx Proxy Manager Raspberry Pi Install Instructions! September 13, 2020 How to Install Plex on Proxmox (+ Hardware Acceleration) March 15, 2024 Increase VM Disk Size in Proxmox February…
…Proxmox vs ESXi Proxmox vs KVM Proxmox vs Hyper-V XCP-ng vs Proxmox Unraid vs Proxmox if you’re deciding between a NAS-focused OS and a hypervisor In general, I…
I’ve been running Proxmox in a full, 2U home server that I built for my Home Lab , but there’s a massive problem that I’ve been running into, and it…
I’ve been running Proxmox as my main hypervisor for over five years, and one of the most common questions I see is whether someone should use Proxmox or Docker . The short…
In this tutorial, we’re going to look at how to install Jellyfin on Proxmox with Hardware Acceleration. This process will utilize an LXC container for Jellyfin on Proxmox which will keep…