Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Elasticsearch GUI plugin #52

Open
rucka opened this issue Sep 2, 2015 · 1 comment
Open

Elasticsearch GUI plugin #52

rucka opened this issue Sep 2, 2015 · 1 comment

Comments

@rucka
Copy link

rucka commented Sep 2, 2015

It should be great if you add Elasticsearch GUI installation in the docker image.
Actually I have to instal successfully the gui in the running container entering in the container:

docker exec -it build_elasticsearch_1 bash
root@91cb5674cfb3:/# plugin --install jettro/elasticsearch-gui     
-> Installing jettro/elasticsearch-gui...
Trying https://github.com/jettro/elasticsearch-gui/archive/master.zip...
Downloading ...................................................................................................................................................................................................................................................................................................................DONE
Installed jettro/elasticsearch-gui into /usr/share/elasticsearch/plugins/gui
Identified as a _site plugin, moving to _site structure ...
root@91cb5674cfb3:/# exit

Thanks
Regards
Gianluca

@nheinbaugh
Copy link

In my opinion adding any plugins to this image ruin the concept of a base image. What I am doing is building my own Dockerfile that extends the official image to install the plugins that I use. I think that is the best approach, but you can always clone this repo and then make the changes you want.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants