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