unblocked-web / double-agent

A test suite of common scraper detection techniques. See how detectable your scraper stack is.
MIT License
135 stars 10 forks source link

Please consider adding docker support for runner project #57

Open GlenDC opened 2 years ago

GlenDC commented 2 years ago

It would be nice if there was official docker support for the runners. I'm currently trying to set it up myself, so if I succeed I might be able to contribute it.

Goal would be to be able to run the assignments within a docker container & analyze the results.

GlenDC commented 2 years ago

If #59 gets accepted and implemented we could in context of this (docker) proposal also make a dockerfile per implementation, such that the tests which double-agent allows to test out of the box can already be tested in an isolated docker environment out of the box. It would also show as nice examples how one can provide a docker container for their own test stack.