Skip to content

Instantly share code, notes, and snippets.

@bfmags
Last active May 28, 2019 11:13
Show Gist options
  • Select an option

  • Save bfmags/02c0ff3762a45f89b3531f2b4c252f7c to your computer and use it in GitHub Desktop.

Select an option

Save bfmags/02c0ff3762a45f89b3531f2b4c252f7c to your computer and use it in GitHub Desktop.
Collectors
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