I managed to install everything and wings is running fine with out any issues (I see the green heart and theres no server side or client side errors with wings or the nodes) but when I try to start my bungee cord proxy server I see it says the following.
21:42:25 [INFO] Attempting to Jenkins download module reconnect_yaml v1879
21:42:25 [WARNING] Failed to download: UnknownHostException : ci.md-5.net @ sun.nio.ch.NioSocketImpl:567
When I try to connect I also get a TCP Shield error saying [SEVERE] Caused by: java.net.UnknownHostException: google.com. Now because of this on my main dedicated server I ran curl google.com and it worked fine but when I did docker ps and then entered the container shell to run the same command I get an error saying it cant resolve the domain. This means that for some reason theres a networking issue with docker but not with my main machine.
I also checked the fire wall and ensured ports for 25565 are open for both TCP and UDP but still for some reason dns queries and such from the docker container do not work while it works fine from my main machine where should I look to resolve this issue?