Pindar / docker-nginx-cache

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-nginx-cache

Docker image to use nginx as caching instance

Build

docker build -t ncache .

Run

docker run -it -e PROXY_PASS=https://www.example.com -p 80:80 ncache

and test with

curl -v -o /dev/null -s "http://localhost/"

About

License:Apache License 2.0


Languages

Language:Shell 57.6%Language:Dockerfile 42.4%