Skip to content

Commit

Permalink
less aggressive prune
Browse files Browse the repository at this point in the history
  • Loading branch information
jdettmannnava committed Feb 6, 2025
2 parents c72cae8 + e03665a commit d1a3afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cleanup-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ RUNNING=`docker ps -q`
if [ -n "$RUNNING" ]; then
docker stop $(docker ps -q)
fi
docker system prune -a --volumes -f
docker system prune --volumes -f

0 comments on commit d1a3afb

Please sign in to comment.