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
- Host: GitHub
- URL: https://github.com/mcrmonkey/cerebro
- Owner: mcrmonkey
- Created: 2019-01-01T16:31:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-28T09:45:06.000Z (about 3 years ago)
- Last Synced: 2024-12-27T01:26:02.494Z (over 1 year ago)
- Topics: cerebro, elasticsearch, management
- Language: Dockerfile
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .
```