fix readme
This commit is contained in:
16
README.md
16
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}}")
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user