Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 299 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 299 Bytes

Elasticsearch Dev Docker Image

An elasticsearch image for development and e2e tests

Installation

docker run --rm terascope/elasticsearch
curl 'localhost:9200/_cat/health'

Build and Push

docker build -t terascope/elasticsearch .
docker push terascope/elasticsearch