Docker
Tailscale
services: tailscale-$SOMETHING: image: tailscale/tailscale:latest network_mode: host ca...
Host network setup
To use the host with anything other then docker (like libvrtd, vmware or similar) the networks ne...
macvlan
Create a macvlan network set to the adequate adapter (in our case br0) docker network create -d ...