Skip to content

Commit

Permalink
Add clear-docker script
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed May 16, 2024
1 parent 03c9bfc commit 3129012
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions home/bin/clear-docker
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

set -euo pipefail

docker ps -a --format "{{.ID}}" | xargs -r docker rm -f

0 comments on commit 3129012

Please sign in to comment.