adop-outer-proxy is used to proxy the ADOP Proxy when public/private network segregation is in place.
The easiest way to run adop-outer-proxy image is as follows:
docker run --name <your-container-name> -e TARGET=<hostname or ip address of adop proxy> -d -p 80:80 accenture/adop-outer-proxy:VERSION
after the above proxy will be available at: http://localhost:80
Please view license information for the software contained on this image.
This image is officially supported on Docker version 1.10. Support for older versions (down to 1.6) is provided on a best-effort basis.
If you have any problems with or questions about this image, please contact us through a GitHub issue.
You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.
Before you start to code, we recommend discussing your plans through a GitHub issue, especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.