An open API service indexing awesome lists of open source software.

https://github.com/mcrmonkey/cerebro

cerebro in a container
https://github.com/mcrmonkey/cerebro

cerebro elasticsearch management

Last synced: 7 months ago
JSON representation

cerebro in a container

Awesome Lists containing this project

README

          

# 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 .

```