View on GitHub

docker-devbox

[DEV] Docker stacks to quickly setup a dev environment and test some tools.

max_map_count - minimal value for ElasticSearch and OpenSearch

You may have to increase the value of max_map_count on Docker host :

sudo sysctl -w vm.max_map_count=262144
# edit /etc/sysctl.conf to make it permanent