What is the best way to make wireguard container work on multiple networks?
Hi, i have this situation:
Vmware server on which i plan to install Ubuntu 24.04 LTS with wireguard and other containers.
There are multiple networks in the office and i need this wireguard to have different certificates to access different networks.
Last time i had Proxmox and i made 2 lxc containers and assigned them to different linux bridges, one for each network.
Can i do the same with docker, if I assign 2 nics to the vm on different networks, can I the make a container that binds to one nic or the other?
Is there a better way?