How to allow multiple docker containers to communicate on a single port using TCP/UDP?
I am looking at approaches to allow multiple containers to be connect on same port using UDP (and TCP if needed) where messages are sent to docker container and Docker containers will reply back to another PC (one that sent the messages/Client PC).