You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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:
Thanks
Regards
Gianluca
The text was updated successfully, but these errors were encountered: