Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Elasticsearch Docker image

Image size Docker pulls

Description

Elasticsearch Docker image based on debian.

Also add MongoDB river plugin.

Usage

On a Docker host

Start the container:

docker run -d -P --link mongodb:mongodb --name elasticsearch ncarlier/elasticsearch

On CoreOS

fleetctl start [email protected]

Build

Build the image with make.

Use make help to see available commands for this image.