Skip to content

Commit

Permalink
[nos3#267] Updates to real_clean so that 'make real-clean' now remove…
Browse files Browse the repository at this point in the history
…s any unnecessary docker swarm stuff
  • Loading branch information
jstar authored and jstar committed Oct 21, 2024
1 parent 64c766f commit 27bac32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/real_clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,8 @@ $DCALL system prune -f
echo "Cleaning up local user directory..."
yes | rm -r $USER_NOS3_DIR 2> /dev/null

echo "Removing superfluous Docker networks and such..."
yes | docker network prune
yes | docker swarm leave --force

exit 0

0 comments on commit 27bac32

Please sign in to comment.