The Ultimate 2024 Docker VLAN Guide and Tutorial You’ll Ever Need

Cheerful, colorful lama getting excited bythe man possibilities of connecting docker containers.

Today, containers are everywhere from large scale production networks down to small home labs. In docker networking, two of the more advanced options for connecting containers to external networks are the macvlan and ipvlan drivers (docker VLANs). These drivers allow containers to directly connect to a network, almost as if they were separate physical devices. … Read more

How to expose docker containers to the host’s network

I’ve been using Proxmox PVE for the last few years. The network isolation of the containers running inside docker therefore can sometimes feel a little restricting. In Proxmox, each time you create a new container, or better LXC, the container by default gets direct access to the host’s network as if it was an independent … Read more