Last active
May 28, 2019 11:13
-
-
Save bfmags/02c0ff3762a45f89b3531f2b4c252f7c to your computer and use it in GitHub Desktop.
Collectors
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
| supervisorctl stop newshub-collectors:* | |
| docker ps -a --format '{{.Names}}' | grep "^newshub-microservice-mos-collector" | awk '{print $1}' | xargs -I {} docker rm {} -f | |
| supervisorctl start newshub-collectors:* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment