Skip to content
This repository was archived by the owner on Aug 22, 2019. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 475 Bytes

File metadata and controls

13 lines (8 loc) · 475 Bytes

ElasticSearch Build Status

Versions

Alpine : 3.6
ElasticSearch : 6.0.0

Commands

Build : docker build -t perriea/alpine-elasticsearch .
Pull : docker pull perriea/alpine-elasticsearch

Run : docker run -d -p 9200:9200 -p 9300:9300 perriea/alpine-elasticsearch