Search

Showing top 126 results for "Proxmox and Docker"

Related topics: Proxmox Docker

People also ask

Does macvlan work inside a Proxmox VM?

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 - WunderTech
What is Docker macvlan used for?

Docker 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 - WunderTech
Can a Docker macvlan container communicate with the host?

Not 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
What’s the difference between macvlan and bridge networking in Docker?

With 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

Top stories

Discussions and forums

r/docker · u/Kroese · 1d ago

NEW: Proxmox in a Docker container

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…

r/Proxmox · u/Kroese · 1d ago

NEW: Proxmox in a Docker container

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…

r/selfhosted · u/HoeCage · 3w ago

PSA for anyone not using LXCs on Proxmox

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 …

r/docker · u/Superhero-Accountant · 1w ago

Postgres (and other databases) best practices - one or many?

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…

r/Proxmox · u/Vamirion01 · 1w ago

When to use LXC vs VM?

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…