browser
Lightpanda open-source browser made for headless usage
10K+
Official Docker image for Lightpanda browser.
Lightpanda is the open-source browser made for headless usage:
Fast web automation for AI agents, LLM training, scraping and testing:
Using docker run.
$ docker run -d --name lightpanda -p 9222:9222 lightpanda/browser:nightly
Using docker compose.
services:
lightpanda:
image: lightpanda/browser:nightly
restart: unless-stopped
ports:
- '9222:9222'
$ docker run -d --name lightpanda -p 9222:9222 lightpanda/browser:nightly fetch https://lightpanda.io
$ docker run -d --name lightpanda -p 9222:9222 lightpanda/browser:nightly serve --host 0.0.0.0 --port 9222 --log_level debug
$ docker run -d --name lightpanda -p 9222:9222 lightpanda/browser:nightly version
Content type
Image
Digest
sha256:cebbe396c…
Size
59.6 MB
Last updated
about 13 hours ago
docker pull lightpanda/browser:nightly