My situation is that I need make several different VPN connections at the same time and for that I have to run different VMs and takes a toll on my host.
So the idea was to run several containers, each with a different VPN connection and from windows host with routing configuration, access the networks provided by each vpn connection.
WINDOWS HOST —> VPN1 container ----> tunnel ----> remote network 1.
|
—> VPN2 container ----->tunnel ----> remote network 2.
If this is not possible yet on docker desktop on windows 10 enterprise 19041, when will be available, as this can be achieved from a linux host?