desktop-environment/scripts/kill-all.sh
Jackson Delahunt 13649addf1 patterns
2019-01-30 04:06:40 +11:00

5 lines
138 B
Bash
Executable file

# Remove all non desktop-environment containers
docker ps -a | \
grep -v desktop-environment | \
cut -b 1-20 | \
xargs docker rm -f