dashboard WiP

This commit is contained in:
2024-11-27 23:26:51 -07:00
parent 0a6f0bb6f4
commit d5bacff369
3 changed files with 512 additions and 0 deletions

View File

@@ -23,6 +23,8 @@ if [[ $downStack ]]; then
echo "[+] Removing stack..."
docker stack rm $stackName
docker service rm registry
sleep 10
docker volume rm $(docker volume ls --filter name=$stackName -q)
elif ($MasterNode); then
echo "[+] swarm master"