I have created a tcp server with java which is listening on port 1111. This server is running inside my container. My Client which need host and port is running outside the container. Now how can I connect my Client with the Server running inside a container?