https://github.com/nickstenning/elasticsearch-icu
A Dockerfile for Elasticsearch with the ICU plugin preinstalled.
https://github.com/nickstenning/elasticsearch-icu
Last synced: 6 months ago
JSON representation
A Dockerfile for Elasticsearch with the ICU plugin preinstalled.
- Host: GitHub
- URL: https://github.com/nickstenning/elasticsearch-icu
- Owner: nickstenning
- License: mit
- Created: 2015-03-16T16:12:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-05T11:52:08.000Z (over 10 years ago)
- Last Synced: 2025-06-09T13:52:37.742Z (about 1 year ago)
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Elasticsearch (with ICU) Dockerfile
This repository contains a **Dockerfile** of [Elasticsearch][es] and the [ICU
Analysis Plugin][icu] for [Docker][docker]'s [automated build][build] published
to the public [Docker Hub Registry][registry].
[es]: http://www.elastic.co/
[icu]: http://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-icu-plugin.html
[docker]: https://www.docker.com/
[build]: https://registry.hub.docker.com/u/nickstenning/elasticsearch-icu/
[registry]: https://registry.hub.docker.com/
### Base Docker Image
* [dockerfile/elasticsearch:1.6.2][upstream]
[upstream]: http://dockerfile.github.io/#/elasticsearch
### Installation
1. Install [Docker][docker].
2. Download [automated build][build] from public [Docker Hub Registry][registry]:
docker pull nickstenning/elasticsearch-icu
### Usage
docker run -d -p 9200:9200 -p 9300:9300 nickstenning/elasticsearch-icu
See the documentation for [the upstream Dockerfile][upstream] for more details.