how to stop the schaissn
This commit is contained in:
@@ -7,3 +7,9 @@ $ docker build $repo -t lasttest
|
|||||||
for i in $(seq 1 100):
|
for i in $(seq 1 100):
|
||||||
docker run -d -p 5800 lasttest
|
docker run -d -p 5800 lasttest
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Oh no i have xyz images running - how to stop?
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ docker rm --force $(docker ps --filter="ancestor=lasttest" --format="{{.ID}}")
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user