Skip to content

Commit

Permalink
Remove volumes in docker-cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sdt committed Nov 12, 2023
1 parent 179809a commit f78b0b8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bin/docker-cleanup
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash -e
#!/bin/bash
set -e

docker system prune --volumes -f
docker system prune --force
docker volume prune --force --all

0 comments on commit f78b0b8

Please sign in to comment.