Docker container for YellowLabTools CLI - a tool for analyzing web page performance and quality.
Pull the image from GitHub Container Registry:
docker pull ghcr.io/metadrop/docker-yellowlabtools-cli:latestdocker run --rm ghcr.io/metadrop/docker-yellowlabtools-cli:latest https://example.comdocker run --rm -v $(pwd):/output ghcr.io/metadrop/docker-yellowlabtools-cli:latest \
yellowlabtools https://example.com --output /output/report.jsondocker run --rm -it ghcr.io/metadrop/docker-yellowlabtools-cli:latest /bin/bashdocker build -t yellowlabtools .
docker run --rm yellowlabtools https://example.comThis repository uses GitHub Actions to automatically build and push Docker images to GitHub Container Registry (ghcr.io).
Images are built on:
- Every push to
main/masterbranch (tagged aslatest) - Every git tag starting with
v(e.g.,v1.0.0)
This Dockerfile is provided as-is. YellowLabTools has its own license - see the original repository.