Problem scenario
You want to create several Docker containers each supporting Nginx. You want to be able to browse to the different instances of Nginx from a web browser. How do you have multiple Docker containers support Nginx on one RedHat Enterprise Linux host server?
Solution
These directions are geared toward a RHEL host server instance in AWS.
#1 Install Docker.
…