Skip to content

A Docker image for Rendertron: Headless Chrome rendering solution.

License

Notifications You must be signed in to change notification settings

legal-doctrine/rendertron

 
 

Repository files navigation

Rendertron

CI NPM package

Rendertron is a headless Chrome rendering solution designed to render & serialise web pages on the fly.

This is a fork from the official repository. I added a Dockerfile so you can build a Docker image for Rendertron.

Deploying using Docker

  • Build the image from the Dockerfile and tag the image (e.g rendertron):
docker build -t rendertron .
  • Run a container from the created image. Expose port 3000 externally, mapped to port 3000 inside the container:
docker container run -p 3000:3000 rendertron

About

A Docker image for Rendertron: Headless Chrome rendering solution.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 78.5%
  • HTML 18.7%
  • JavaScript 2.3%
  • Dockerfile 0.5%