I've pulled the Elasticsearch docker image and ran it according to the instructions here.
However, the processes exits due to the following error:
max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]
- Isn't a docker container supposed to ready to run, without issues?
- This site suggests
sysctl vm.max_map_count 262144. Is this safe?