Skip to content

mcrmonkey/cerebro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Cerebro

An elasticsearch diag tool

Code: https://github.com/lmenezes/cerebro

Running

docker run --rm -d -p 9000:9000  mcrmonkey/cerebro

Building the container yourself

Clone this repo

Then run this in the cloned repo directory:

docker build -t cerebro .