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

barasher/docker-elasticsearch-arm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

docker-elasticsearch

Docker image of Elasticsearch working on ARM (especially on the Raspberry Pi).

Image

  • get from Docker Hub : docker pull barasher/elasticsearch-arm:7.10.0 (the tag corresponds to the Elasticsearch version)
  • build from Dockerfile : docker build -t barasher/elasticsearch-arm:7.10.0 .

Run image

docker run --name=elasticsearch --rm -it -p 9200:9200 -p 9300:9300 barasher/elasticsearch-arm:7.10.0

Elasticsearch configuration folder is located in the folder /etc/elasticsearch.

About

Elasticsearch Docker image (working on ARM, especially on Raspberry PI)

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors