Files
docker-scripts/docker-stop-all
T
2023-02-08 13:46:00 -06:00

4 lines
42 B
Bash
Executable File

#!/bin/sh
docker stop $(docker ps -a -q)