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

oaeproject/oae-elasticsearch-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Docker image for running elasticsearch for OAE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages