How to Run Docker in Proxmox on a VM - WunderTech
… If you’re not sure whether Proxmox and Docker even belong together, my Proxmox vs Docker comparison breaks that down first. Table of Contents show VM or LXC for Docker in Proxmox? …
Yes, but the VM’s virtual network interface needs to be configured to pass VLAN tags. In Proxmox, this means the bridge the VM uses must be VLAN-aware, and the VM’s interface should either be on a trunk or have the specific VLAN tag set. See the Proxmox VLAN configuration guide for the full setup. If you’re just getting started with Docker in Proxmox, setting up Docker in Proxmox via a VM is worth reading first.
Docker Macvlan on a VLAN: Give Containers Their Own IP - WunderTechProxmox 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-availability features. For home labs, the big advantage is flexibility. You can run a Windows VM, a Linux server, Home Assistant, Docker, Pi-hole, Plex, Jellyfin, TrueNAS, or even pfSense on the same physical system. For small businesses or more advanced users, Proxmox can scale into multi-node clusters with shared storage and centralized management. The main tradeoff is that Proxmox is infrastructure software
Proxmox VE Guides: Setup, VMs, Containers, Backups, and ClusteringDocker macvlan gives containers their own MAC address and IP address on your physical network, eliminating the need for NAT or port mapping. It’s most useful when a container needs to appear as a real device on a specific subnet — common for Wake-on-LAN tools, network scanners, and IoT management containers that need to be on a dedicated VLAN.
Docker Macvlan on a VLAN: Give Containers Their Own IP - WunderTechNot by default. Macvlan isolates the container from the host at the network level, so the container can talk to other devices on the VLAN but not the machine it’s running on. To work around this, you can create a macvlan interface on the host side as well (sometimes called a shim interface), which gives the host an IP on the macvlan network.
Docker Macvlan on a VLAN: Give Containers Their Own IP - WunderTech… If you’re not sure whether Proxmox and Docker even belong together, my Proxmox vs Docker comparison breaks that down first. Table of Contents show VM or LXC for Docker in Proxmox? …
… See the Proxmox VLAN configuration guide for the full setup. If you’re just getting started with Docker in Proxmox, setting up Docker in Proxmox via a VM is worth reading first. …
… The good news is that you can install it on a Raspberry Pi, an Ubuntu server, a Proxmox… Read more : How to Install Pi-hole Raspberry Pi, Ubuntu, Proxmox, Docker How to Run Docker in Proxmox on a VM I’ve been running Docker on Proxmox for a while now, most recently on my two-node custom-built Proxm… …
… Projects to Run on Proxmox These are some of the most useful things you can run inside Proxmox, either as VMs or LXC containers: Ultimate Pi-hole Setup with LXC How to Install Plex on Proxmox with Hardware Transcoding How to Install Jellyfin on Proxmox How to Install Home Assistant on Proxmox How t… …
… Table of Contents show What Proxmox Actually Does What Docker Actually Does Where Each One Makes Sense Running Docker Inside Proxmox The Actual Decision 1. …
… 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 Lin… …
… 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 th… …
… You will have to update the data directory NEXTCLOUD DATADIR and the bind path device: to locations on your Docker host. version: "3.3" services: nextcloud-aio-mastercontainer: container name: nextcloud-aio-mastercontainer restart: always ports: - 80:80 AIO UI over HTTP - 8080:8080 AIO UI alt port … …
… Here’s an example: cd /home/frank/docker/homeassistant If you need help getting Home Assistant running in Docker first, my setup guides for Home Assistant on Proxmox and Home Assistant on a Synology NAS both cover volume mapping in detail. …
… You Might Also Like How to Install HandBrake in Docker January 18, 2023 How to Run Docker in Proxmox on a VM April 21, 2026 How to Set Up Tailscale on Docker March 17, 2023 How to Rename a Docker Container December 23, 2023