Lightweight Cluster Prerender container built on Alpine Linux with Node
644
Lightweight Cluster Prerender container built on Alpine Linux with unlimited number of requests
Pull and run the image:
docker pull siniidrozd/prerender-cluster
docker run -p 3000:3000 siniidrozd/prerender-cluster
Prerender will now be running on http://localhost:3000. Try the container out with curl:
curl http://localhost:3000/render?url=https://www.example.com/
You can customize cache behavior with environment variables :
docker run -p 3000:3000 -e CACHE_MAXSIZE=1000 -e CACHE_TTL=6000 siniidrozd/prerender-cluster
Content type
Image
Digest
sha256:cf15800cf…
Size
283.7 MB
Last updated
about 3 years ago
docker pull siniidrozd/prerender-cluster