4 lines
86 B
Bash
4 lines
86 B
Bash
|
|
docker stop $(docker ps -a -q)
|
||
|
|
docker rm $test_container
|
||
|
|
docker rm $monitor_container
|