Hello,
I am trying to setup docker to deploy multiple httpd containers each using SSL with an apache proxy front-end on one docker server sharing the same IP
The apache proxy would service requests coming in on port 443 and pass the the request to the appropriate container
server OS would be centos and web would be apache (httpd)
If someone could point me in the right direction I would appreciate it
Thanx