An Ubuntu 16.04 Apache Reverse Proxy Server.
330
Below is how to use it.
To pull the image : - docker pull shashankssriva/apache_reverse_proxy .
To start the container : - docker run --name apache_reverse_proxy_container -t apache_reverse_proxy .
To bind it to a host port : - docker run -p 9080:80 <image ID> /usr/sbin/apache2ctl -D FOREGROUND .
To login to the container : - docker exec -i -t apache_reverse_proxy_container /bin/bash .
Content type
Image
Digest
Size
139.5 MB
Last updated
almost 9 years ago
docker pull shashankssriva/apache_reverse_proxy