Elasticsearch on Docker.
docker pull quay.io/aptible/elasticsearch
docker run quay.io/aptible/elasticsearch
TODO
latest
: Currently Elasticsearch 1.3.2
Tests are run as part of the Dockerfile
build. To execute them separately within a container, run:
bats test
To push the Docker image to Quay, run the following command:
make release
MIT License, see LICENSE for details.
Copyright (c) 2014 Aptible and contributors.