Search Docker Hub
nginx-cache
By telor
Docker image to use nginx as caching instance
10K+
docker build -t ncache .
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/"
Content type
Image
Digest
Size
51.2 MB
Last updated
about 5 years ago
docker pull telor/nginx-cache