From e14327c704d1d990b9318c07838771a90448a45b Mon Sep 17 00:00:00 2001 From: aaron Date: Tue, 23 Nov 2021 16:26:58 +0100 Subject: [PATCH] readme++ --- README.md | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9d6f8f0..9b47327 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,11 @@ -# dockerized interdiscount test +# 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? ```bash $ git clone $repo @@ -7,12 +14,14 @@ $ 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. + # Or simply use the deploy script. + ``` -## Oh no I have xyz containers running - how to stop them? + ## Oh no, now I have xyz randomly named containers running - how to stop + them? -```bash -$ docker rm --force $(docker ps --filter="ancestor=lasttest" --format="{{.ID}}") -``` + ```bash + $ docker rm --force $(docker ps --filter="ancestor=lasttest" + --format="{{.ID}}") + ```