This image runs a node express proxy server, re-writing paths according to specified mapping rules.
108
Based on node:alpine docker image, this image runs a node express proxy server, re-writing paths according to specified mapping rules.
Environment variables: TARGET_HOST - ip address or fqdn for target host to proxy requests to. TARGET_PORT - target http port on target host PATH_REWRITE - string representing json path re-write rules. e.g.: '{ "from_path": "to_path", "/api/from_path": "/api/to_path" }'
exposes port 8080
Content type
Image
Digest
Size
13.2 MB
Last updated
almost 8 years ago
docker pull limam/node-express-proxy:1.0