Sign inSign up

pataimages/lighthouse

By pataimages

Updated over 5 years ago

Image
0

186

pataimages/lighthouse repository overview

Google Lighthouse - Docker Image

Lighthouse is an open-source, automated tool for improving the quality of web pages. You can run it against any web page, public or requiring authentication. It has audits for performance, accessibility, progressive web apps, SEO and more. Run Google's lighthouse tests against a given website using the Docker container.

Usage

docker run --rm -itv /path/to/your/report:/home/chrome/reports pataimages/lighthouse [your_site_url] [optional_args]

You can specify CHROME_FLAGS environment variable (-e parameter in your docker command) to be used in chrome-flags parameter. (default: --headless --disable-gpu --no-sandbox)

Further reading on Google Lighthouse

Tag summary

Content type

Image

Digest

Size

296.2 MB

Last updated

over 5 years ago

docker pull pataimages/lighthouse