Google Lighthouse with Chromium based on Alpine Linux.
454
This image is mainly for automated testing. It provides:
get lighthouse report as html in current directory
docker run -ti --rm -v $(pwd):/opt/reports scalecommerce/lighthouse lighthouse https://www.google.com/
get lighthouse report as json on stdout
docker run -ti --rm scalecommerce/lighthouse lighthouse --output json --output-path stdout https://www.google.com/
don't limit network and emulate desktop
docker run -ti --rm -v $(pwd):/opt/reports scalecommerce/lighthouse lighthouse https://www.google.com/ --throttling-method provided --preset desktop
Content type
Image
Digest
sha256:3312b66a1…
Size
348.7 MB
Last updated
11 months ago
docker pull scalecommerce/lighthouse:12.8.2