Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 653 Bytes

File metadata and controls

17 lines (10 loc) · 653 Bytes

nginx-cli

just a small nginx reverse proxy for Docker that accepts a value from a variable.

how to use?

building the image:

clone the repo, build the image using docker build -t nginx-cli . and run it using docker run -e DESTINATION_URL=https://example.com nginx-cli.

using the image already built:

this image is hosted on docker hub. run it using docker run -e DESTINATION_URL=https://example.com csaller/nginx-cli.

You can edit the DESTINATION_URL variable to whatever you need.

source code

the source code for this image is hosted here.