Problem scenario
You have many Docker containers running Nginx. You want to leverage these instances for users to go to one web site and then be automatically routed to different underlying Nginx instances in Docker containers. How do you create a single website for web clients to go to with a reverse proxy balancing the load behind-the-scenes?
Solution
Overview
We accomplish an example with four Docker containers each using a free version of Nginx.
…