Skip to content

Lightweight Prerender container built on Alpine Linux with Node and Headless Chrome

Notifications You must be signed in to change notification settings

kenylieou/prerender-alpine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Prerender Alpine

Lightweight Prerender container built on Alpine Linux with Node and Headless Chrome.

  • Prerender 5.4.4
  • Chromium 68.0.3440.75
  • Node 10.12.0

Requirements

  • Docker

Usage

Pull and run the image:

docker pull tvanro/prerender-alpine:5.4.4
docker run -p 3000:3000 tvanro/prerender-alpine:5.4.4

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/

Check out the official Prerender documentation: https://github.com/prerender/prerender

About

Lightweight Prerender container built on Alpine Linux with Node and Headless Chrome

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 56.8%
  • JavaScript 43.2%