Proof of concept apache2/httpd reverse proxy.
http(s) Requests to host port 8080 are routed to container reverseproxy:80, which proxies the request to container httpd:80.
The start bash script facilitates this. It creates the following:
Attached to containers
reverseproxyhttpd
htdocs/mounted to/usr/local/apache2/htdocs- Serving on
reverse-proxy-net:80 - default
/usr/local/apache2/conf/
- Reverse proxy
conf/mounted to/usr/local/apache2/conf - Port
80exposed as8080on host through default bridge