When running Docker on Windows 7 it is executed in a MINGW64 environment. The following part of the manual cannot be executed because sysctl does not exist in MINGW64:
sysctl -w vm.max_map_count=262144
To set this value permanently, update the vm.max_map_count setting in /etc/sysctl.conf.
Without this setting Elasticsearch terminated on startup:
