scripts/stop_containers.sh
2025-04-22 20:26:21 +02:00

2 lines
60 B
Bash
Executable file

docker stop $(docker ps -a -q)
docker rm $(docker ps -a -q)