Skip to content

NapoSky/elasticsearch5-tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tech used

Cerebro based on https://github.com/lmenezes/cerebro (actually 0.8.5)

How?

You can add as many hosts (or FQDNs) as you want after image name as Shell argument values, like this :

docker run -d --net host --restart always -P elasticsearch5-tools:latest HOST1 HOST2 HOST3...

If you don't want to give hosts, localhost will be used by default.

Command to run

docker run -d --net host --restart always -P elasticsearch5-tools:latest

or

docker run -d --net host --restart always -P elasticsearch5-tools:latest HOST1 HOST2...

Reminder

Just remember, port 9200 is by default used for all the hosts to bind elasticsearch.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 57.7%
  • Dockerfile 39.0%
  • Vim Snippet 3.3%