2 lines
60 B
Bash
Executable file
2 lines
60 B
Bash
Executable file
docker stop $(docker ps -a -q)
|
|
docker rm $(docker ps -a -q)
|