Container works like proxy with exposed port 80 which uses proxy_pass to UPSTREAM_ADDRESS:UPSTREAM_PORT.
UPSTREAM_ADDRESSUPSTREAM_PORT# Expose port 80, proxy-pass to 10.0.0.1:8080
docker run -e UPSTREAM_ADDRESS=10.0.0.1 -e UPSTREAM_PORT=8080 ludekvesely/proxy
Content type
Image
Digest
Size
109.1 MB
Last updated
over 9 years ago
docker pull ludekvesely/proxy