Skip to content

A Docker build for Cerebro, an Elasticsearch web admin tool

Notifications You must be signed in to change notification settings

bergur88/docker-cerebro

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

docker-cerebro

A Docker build for Cerebro, an Elasticsearch web admin tool.

Examples:

  • default: docker run --rm -p 9000:9000 dylanmei/cerebro
  • specify elasticsearch: docker run --rm -p 9000:9000 dylanmei/cerebro bin/cerebro -Dhosts.0.host=http://server1:9200
  • specify config: docker run --rm -p 9000:9000 -v $PWD/conf:/usr/cerebro/conf/application.conf dylanmei/cerebro
  • specify max heap: docker run --rm -p -e ACTIVATOR_OPTS=-J-Xmx1024m" 9000:9000 dylanmei/cerebro

About

A Docker build for Cerebro, an Elasticsearch web admin tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published