debian based image with chromedriver
6.2K
A minimal Debian-based Docker image with Chromium and Chromedriver pre-installed, tailored for automated browser testing, web scraping, and PDF generation. Ideal for use in CI/CD pipelines, headless environments, or with optional VNC remote desktop access.
5900) for visual debuggingservices:
remote-chrome:
image: dieters877565/chromedriver:latest
environment:
ENABLE_XVFB: true # Enables virtual framebuffer
ENABLE_VNC: true # Enables VNC server
VNC_PASS: supersecret # Set your VNC access password
ports:
- 5900:5900 # Exposes VNC port (optional)
| Variable | Default | Description |
|---|---|---|
ENABLE_XVFB | false | Enable virtual framebuffer for headless use |
ENABLE_VNC | false | Enable VNC server for remote desktop |
VNC_PASS | (none) | Password for VNC access (if enabled) |
5900 must be exposed to access the VNC interface externally.Dieter S.
DockerHub Profileโ
MIT License
Content type
Image
Digest
sha256:aaa97583aโฆ
Size
462.4 MB
Last updated
about 1 month ago
docker pull dieters877565/chromedriver