From 6a7035c9ec8af64f4ef3869b80845f51d5ae8bf5 Mon Sep 17 00:00:00 2001 From: aaron Date: Tue, 23 Nov 2021 16:45:17 +0100 Subject: [PATCH] fix readme --- README.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 9b47327..3d9e2db 100644 --- a/README.md +++ b/README.md @@ -14,14 +14,12 @@ $ 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, now I have xyz randomly named 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}}") +```