brew update
brew install boot2docker
boot2docker init
boot2docker download
boot2docker up
$(boot2docker shellinit)
docker run -d -p 9200:9200 -p 9300:9300 dockerfile/elasticsearch
curl $(boot2docker ip):9200
{
"status" : 200,
"name" : "Scarlet Spider",
"cluster_name" : "elasticsearch",
"version" : {
"number" : "1.4.4",
"build_hash" : "c88f77ffc81301dfa9dfd81ca2232f09588bd512",
"build_timestamp" : "2015-02-19T13:05:36Z",
"build_snapshot" : false,
"lucene_version" : "4.10.3"
},
"tagline" : "You Know, for Search"
}
Monday, February 23, 2015
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment