Skip to content
This repository was archived by the owner on Nov 21, 2020. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 419 Bytes

File metadata and controls

20 lines (14 loc) · 419 Bytes

Elasticsearch docker image

Regular alpine linux image for elasticsearch 1.7.5

Usage

Run from dockerhub

docker run -it --name=elasticsearch --net=host oaeproject/oae-elasticsearch-docker

Build the image locally

# Step 1: Build the image
docker build -f Dockerfile -t oae-elasticsearch:latest .
# Step 2: Run image
docker run -it --name=elasticsearch --net=host oae-elasticsearch:latest