How to Install Plex on OpenMediaVault - WunderTech
…Refresh the OpenMediaVault GUI and under System , you should have a new tab called omv-extras. 7. Select Docker and Install it. 8. After Docker is installed, select Portainer and install it…
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 - WunderTechDocker 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 - WunderTechWith bridge networking, containers share the host’s IP and use NAT to reach the outside world. With macvlan, each container gets its own IP directly on your physical network — no NAT, no port forwarding. Macvlan behaves more like adding a new device to your network, while bridge networking behaves more like a software router sitting between the container and your LAN.
Docker Macvlan on a VLAN: Give Containers Their Own IP - WunderTech
Ultimate Home Server Setup: Proxmox, TrueNAS, Docker, Proxmox Backup Server, & More
The Right Way to Install Docker on Proxmox
Getting Started with Kestra: Install, Configure, and Automate
Proxmox 9.1 Can Now Run Containers… But Should You?
Home Lab in 2026: What's Worth Your Money (and what isn't)
Self-Hosted Apps That Replace Everything You Pay For in 2026
Building a Low-Power Proxmox Server (It Didn't Go Smoothly)
Coolify: The Ultimate Self-Hosted Platform as a Service?
What’s Actually Running in My Homelab? (50+ Self-Hosted Services)
Before You Trust Another Self-Hosted App, Watch This
I Switched Away from Portainer — Then Everything Broke
They're Getting Faster. Open Source Is Under Attack Right Now.
…Refresh the OpenMediaVault GUI and under System , you should have a new tab called omv-extras. 7. Select Docker and Install it. 8. After Docker is installed, select Portainer and install it…
The video above displays how to set up a Cloudflare Tunnel using Docker for a complete Zero Trust Network. Cloudflare Tunnels require no port forwarding and allow you to expose multiple services…
…A Beautiful Docker Container Management Tool May 27, 2024 How to Install Pi-hole (Raspberry Pi, Ubuntu, Proxmox, Docker) May 4, 2026 How to Update a Docker Container using Portainer February 18…
…run 30 Docker containers without breaking a sweat with just 2 GB of RAM and a dual-core CPU. TrueNAS wasn't built for virtualization Proxmox is first and foremost a virtualization…
I created a Docker container of Proxmox VE. This makes it extremely easy to install Proxmox on existing systems, and to play around with it before deciding on dedicating a whole machine to it. The performance should be i…
I created a Docker container of Proxmox VE. This makes it extremely easy to install Proxmox on existing systems, and to play around with it before deciding on dedicating a whole machine to it. The performance should be i…
The Point: Holy shit LXCs are so cool and felt like black magic getting "free" RAM back. If you're newer, like me, and have just been using VMs instead of LXCs, you should look at changing that. I started my server back …
I am moving all my dockers from unraid to LXCs on proxmox and while doing so, I am cleaning up a little at the same time. A lot of dockers require databases and I am a little unsure if I should just create one huge postg…
I just recently installed Proxmox, got a few LXCs running (jellyfin, pihole, nginx and etc) I have 2 VMs running (one is running my own app with docker, the other is Homeassistant) I’m still not sure when to go for an LX…
…If you don’t have Docker and Portainer set up on your Raspberry Pi, please follow my instructions here . You can also use a simple Docker run command, but I find it…
…When you get there, create a username and password. http://[WORKSTATION_IP_ADDRESS]:9000 3. Select Docker and Connect . 4. Select Local . Updating Docker Containers Using Portainer Now that Portainer is installed…
…NAS units, a DIY TrueNAS server, a Proxmox cluster, a full UniFi network, and more. I hold a BS in Computer Information Systems and an MBA, but most of what you'll…
Editorial Standards WunderTech publishes tutorials, guides, reviews, and comparisons covering home labs, NAS hardware, Proxmox virtualization, UniFi networking, Docker, firewalls, and self-hosted services. This page describes how that content gets made…
…carefully maintained Docker host if that’s what fits the job. None of those are fake alternatives, and none of them need to be dismissed just to make Proxmox look better. But…
…Similarly, if you have a slightly better spec laptop, you can experiment with Proxmox and other bare metal hypervisors. You can use it for creating virtual machines and LXC containers. Using Proxmox…