Hacker News new | ask | show | jobs
by eicnix 3223 days ago
Nowaday you would often run containers with a container network(flannel, calico, etc.) that assigns an unique IP per container thus avoids conflicting port mappings regardless how many containers with the same port run on a single host.
1 comments

Or you have them on a physical private network, each bound to a separate IP, but yes.