Skip to content
Snippets Groups Projects
Dockerfile 166 B
Newer Older
FROM ubuntu:20.04

# Expand VM settings as required by ELK
CMD bash -c "if test $(sysctl -n vm.max_map_count) -lt 262144; then sysctl -w vm.max_map_count=262144; fi"