docker-openvpn-client
docker-openvpn-client copied to clipboard
Multiple instances sharing same network
I need a few different VPN connections for other other containers. Is the a way to create a few instances of docker-openvpn-client and have them share the all their vpn client connections with one docker network ?
Could I then use said docker network with other containers to use all the VPN connections ?
Thanks