Last active
March 15, 2019 00:02
-
-
Save dmytrostriletskyi/879c44dc4788d26f3675550d09652c99 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
if [ "$(sudo docker container ls | grep 'grafana')" ]; then | |
cd /home/remme-core-$REMME_CORE_RELEASE/remme-mon-stack | |
sudo docker container rm prometheus cadvisor grafana nodeexporter -f | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment