Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 1.03 KB

README.md

File metadata and controls

39 lines (21 loc) · 1.03 KB

aptible/elasticsearch

Docker Repository on Quay.io

Elasticsearch on Docker.

Installation and Usage

docker pull quay.io/aptible/elasticsearch
docker run quay.io/aptible/elasticsearch

Advanced Usage

Creating a database user with password

TODO

Available Tags

  • latest: Currently Elasticsearch 1.3.2

Tests

Tests are run as part of the Dockerfile build. To execute them separately within a container, run:

bats test

Deployment

To push the Docker image to Quay, run the following command:

make release

Copyright and License

MIT License, see LICENSE for details.

Copyright (c) 2014 Aptible and contributors.

@fancyremarker