themazim / elasticsearch-docker-arm64

ElasticSearch 6.8.16 Docker image for ARM64 architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ElasticSearch 6.8 docker image

Built by backporting the 7.12 ARM64 Dockerfile and copying the JDK from the 7.12 ElasticSearch docker distribution for ARM 64 to the 6.8 ElasticSearch distribution in this repo (elasticsearch-6.8.16-SNAPSHOT-linux-aarch64.tar.gz)

Building the image

docker build . -t elyalvarado/elasticsearch:6.8

Running the image

To run it:

docker run -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node"  -e "xpack.ml.enabled=false" elyalvarado/elasticsearch:6.8

About

ElasticSearch 6.8.16 Docker image for ARM64 architecture


Languages

Language:Dockerfile 57.1%Language:Shell 42.9%