openvpn-client
openvpn-client copied to clipboard
Multiple containers restarting infinitely with --net=container:vpn
Hi. i use this command above: docker run --net=container:vpn -d --restart always --name=test1... then i run nginx proxy and it works well. But when i try to run another container with --name=test2, it's infinitely restarts.
