Docker max virtual memory areas vm.max_map_count is too low,

After several hours of googling and debugging I eventually managed to turn off production mode by setting "discovery.type" to the value "single-node". I did it wiht OpenShift Web Console but it does not matter.

As far as I understand default mode for this setting has some other value so elasticsearch still performs bootstrap checks and fails. Probably the same effect would have been setting cluster.name variable to empty value but I did not try.