Sign inSign up

hygt/elasticsearch

By hygt

Updated about 7 years ago

Elasticsearch for Kubernetes

Image
0

124

hygt/elasticsearch repository overview

Official Elasticsearch Docker image with a custom entrypoint script in order to run properly in Kubernetes:

#!/bin/bash
ulimit -n 65536 -u 2048 -l unlimited
exec /usr/local/bin/docker-entrypoint.sh "${@}"

Tag summary

Content type

Image

Digest

Size

435.6 MB

Last updated

about 7 years ago

docker pull hygt/elasticsearch:7.2.0