Docker
Tailscale
docker-compose.yml services: tailscale-$SOMETHING: image: tailscale/tailscale:latest ...
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 ...