Dockerize elasticsearch 5.x.x

Dockerize Elasticsearch 5.x.x

I am trying to run ES 5.0 as a docker container. It is giving me bootstrap check failed error for max_map_count. Is there any way can avoid the changes in host to pass this check?

Is modifying the vm.max_map_count within question?

References in aid here: https://www.elastic.co/guide/en/elasticsearch/reference/current/vm-max-map-count.html
As well as in relation to dockerization: https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html#docker-cli-run-prod-mode

Thank you for the reply.
I was looking for a way in which I DO NOT need to set this property at host level.
It seems there was a patch some 2 weeks ago to fix this.

Thanks,
Aneri

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.