Skip to content

Commit

Permalink
shutdown all appliances
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten-l committed Dec 9, 2023
1 parent 472a02c commit f9aabad
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bin/ShutdownAllContainers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,9 @@ for i in `ls samples`; do
( cd "samples/$i"; docker compose down )
done

( cd appliance ; docker compose down )
for i in `ls appliances`; do
echo $i
( cd "appliances/$i"; docker compose down )
done

( cd keycloak ; docker compose down )

0 comments on commit f9aabad

Please sign in to comment.