Headless PDF and screenshot engine in Rust over CDP. Drop-in Chromium replacement for Puppeteer.
756
Official Docker image for lightpolars.
lightpolars is a headless rendering engine built to turn HTML into PDFs and screenshots:
Fast and lightweight:
Using docker run:
docker run -d --name lightpolars -p 127.0.0.1:9222:9222 -e CDP_ADDR=0.0.0.0:9222 kingtimer12/lightpolars
Using docker compose:
services:
lightpolars:
image: kingtimer12/lightpolars
restart: unless-stopped
environment:
CDP_ADDR: 0.0.0.0:9222
ports:
- '127.0.0.1:9222:9222'
docker run -d --name lightpolars -p 127.0.0.1:9333:9333 -e CDP_ADDR=0.0.0.0:9333 kingtimer12/lightpolars
docker run -d --name lightpolars -p 127.0.0.1:9222:9222 -e CDP_ADDR=0.0.0.0:9222 -e CDP_DEBUG=1 kingtimer12/lightpolars
curl http://127.0.0.1:9222/health
Content type
Image
Digest
sha256:47f52ea94…
Size
19 MB
Last updated
1 day ago
docker pull kingtimer12/lightpolars