This gist includes resources to set up your own Elasticsearch container on Docker running on an Raspberry Pi.
- Download all three files in this gist to the same folder
chmod +x docker-entrypoint.sh
docker build -t elastic-armhf:7.5.1 .
docker container run -d -p 9200:9200 --name elastic-1 --restart always elastic-armhf:7.5.1