6a7035c9ec8af64f4ef3869b80845f51d5ae8bf5
Dockerized test for the interdiscount waiting queue
Whut?
- This container simulates user accesses via the tor network.
- A web-ui is available on the containers exposed port.
How to build and run?
$ git clone $repo
$ docker build $repo -t lasttest
# start some browsers
for i in $(seq 1 100):
docker run -d -p 5800 lasttest
# Or simply use the deploy script.
Oh no, now I have xyz randomly named containers running - how to stop them?
$ docker rm --force $(docker ps --filter="ancestor=lasttest"
--format="{{.ID}}")
Description
Languages
JavaScript
77.5%
Dockerfile
17.3%
Shell
5.2%