Java socket client port forwarding – Docker
I'm currently coding a client-server java application. I use the java socket api for sending data from the client to the server and vice-versa. The server is running on windows on port 9001. The client is in a docker container…