Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/psi-4ward/elasticsearch-docker
- Owner: psi-4ward
- Created: 2016-03-02T12:42:27.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-02T13:05:38.000Z (almost 9 years ago)
- Last Synced: 2024-12-09T08:46:43.796Z (25 days ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```