Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 344 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 344 Bytes

docker-elasticsearch

Based on: balsamiq/docker-elasticsearch without EC2 and with some extra plugins

To build:

docker build -t="stefanvangastel/elasticsearch" github.com/stefanvangastel/docker-elasticsearch 

To run locally:

docker run -d -p 9200:9200 -p 9300:9300 --name elasticsearch stefanvangastel/elasticsearch