Sign inSign up

anmsaiful/chrome-lighthouse

By anmsaiful

Updated over 5 years ago

Google Chrome with Lighthouse on Debian.

Image
0

521

anmsaiful/chrome-lighthouse repository overview

Google Chrome with Lighthouse on Debian

docker run \
  -v "${PWD}/storage":/sto \
  anmsaiful/chrome-lighthouse \
    --chrome-flags="--headless --no-sandbox" \
    --only-audits=server-response-time \
    --output=json \
    --output-path=response-time.json \
    https://google.com
docker run \
  -v "${PWD}/scripts":/src/scripts \
  -v "${PWD}/storage":/sto \
  anmsaiful/chrome-lighthouse \
    execute-script \
      response-time # ./scripts/response-time.js

Tag summary

Content type

Image

Digest

Size

249.9 MB

Last updated

over 5 years ago

docker pull anmsaiful/chrome-lighthouse