Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/psi-4ward/elasticsearch-docker

Elasticsearch docker image with plugin-install support
https://github.com/psi-4ward/elasticsearch-docker

Last synced: 22 days ago
JSON representation

Elasticsearch docker image with plugin-install support

Awesome Lists containing this project

README

        

# Elasticsearch with Plugin support

From [official Image](https://hub.docker.com/_/elasticsearch/)

### Versions
* 2.2

### Usage
```
$ docker run -d -e PLUGINS=analysis-icu,lang-javascript elasticsearch
```