/elasticsearch-icu

A Dockerfile for Elasticsearch with the ICU plugin preinstalled.

MIT LicenseMIT

Elasticsearch (with ICU) Dockerfile

This repository contains a Dockerfile of Elasticsearch and the ICU Analysis Plugin for Docker's automated build published to the public Docker Hub Registry.

Base Docker Image

Installation

  1. Install Docker.

  2. Download automated build from public Docker Hub 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 for more details.