anton-kasperovich / adop-outer-proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supported tags and respective Dockerfile links

What is adop-outer-proxy?

adop-outer-proxy is used to proxy the ADOP Proxy when public/private network segregation is in place.

How to use this image

The easiest for to run swarm-proxy image is as follow:

docker run --name <your-container-name> -e TARGET=<hostname or ip address of adop proxy> -e SWARM_MASTER_HOST=<hostname or  ip address of swarm master> -e SWARM_MASTER_PORT=<port on which swarm master is listening> -d -p 80:80 adop/adop-outer-proxy:VERSION

after the above proxy will be available at: http://localhost:80

License

Please view license information for the software contained on this image.

Supported Docker versions

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.

User feedback

Documentation

Issues

If you have any problems with or questions about this image, please contact us through a GitHub issue.

Contribute

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.

About

License:Apache License 2.0


Languages

Language:Shell 100.0%