orchardup/docker-elasticsearch

Name: docker-elasticsearch

Owner: Orchard

Description: ElasticSearch for Docker.

Created: 2013-12-18 12:22:47.0

Updated: 2017-05-09 15:07:55.0

Pushed: 2014-05-28 10:20:11.0

Homepage: https://index.docker.io/u/orchardup/elasticsearch/

Size: 227

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

docker-elasticsearch

ElasicSearch for Docker.

$ docker run -d -p 9200:9200 orchardup/elasticsearch
da809981545f
$ curl localhost:9200
{
  "status" : 200,
  "name" : "Solarman",
  "version" : {
    "number" : "1.0.1",
    "build_hash" : "5c03844e1978e5cc924dab2a423dc63ce881c42b",
    "build_timestamp" : "2014-02-25T15:52:53Z",
    "build_snapshot" : false,
    "lucene_version" : "4.6"
  },
  "tagline" : "You Know, for Search"
}

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.