Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
AET Lighthouse Docker image
Since there is still no official Lighthouse Docker image,
this one is forked https://github.com/GoogleChromeLabs/lighthousebot/tree/master/builder
and adjusted to AET needs.
Running
Execute:
docker run -dit -p 5000:5000 --rm --name lighthouse_aet --cap-add=SYS_ADMIN skejven/aet_lighthouse
Limitations
Lighthouse and Docker
Currently Lighthouse does not have official Docker image.
aet_lighthouse
image is inspired by https://github.com/GoogleChromeLabs/lighthousebot/tree/master/builder.What more, this image can't be deployed with Docker Swarm, because it requires
SYS_ADMIN
capabilitieswhich is not supported in swarm mode.
What is more, Lighthouse on Docker runs quite unstable... If you can use another Lighthouse instance, it will
probably be a good idea.
Max 1 url
Yes... This is due to lack of scaling Lighthouse instance. If you play with that module, please remember
to have max 1 url running it in your suite.