Elasticsearch Docker image based on debian.
Also add MongoDB river plugin.
Start the container:
docker run -d -P --link mongodb:mongodb --name elasticsearch ncarlier/elasticsearch
fleetctl start [email protected]
Build the image with make.
Use
make helpto see available commands for this image.