Skip to content

Instantly share code, notes, and snippets.

@touv
Last active November 22, 2018 12:21
Show Gist options
  • Save touv/141e1cc3b9684b552f24b245e5c47369 to your computer and use it in GitHub Desktop.
Save touv/141e1cc3b9684b552f24b245e5c47369 to your computer and use it in GitHub Desktop.
comm -13 <(docker ps -a --format '{{.Names}}'|egrep "^\w+\-\w+\-.*$"|sed -e s/-[0-9]*$//g|sort|uniq) <(docker exec ezmaster_db mongo --quiet --eval 'db.adminCommand( { listDatabases: 1 } )'|jq -r '.databases[] | .name'|awk '{ print $1}'|sort|uniq)|awk '{print "docker exec ezmaster_db mongo",$1,"--eval \x27 db.dropDatabase(); \x27"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment