docker-scripts/docker-stop-all

4 lines
42 B
Plaintext
Raw Permalink Normal View History

2023-02-08 19:46:00 +00:00
#!/bin/sh
docker stop $(docker ps -a -q)