Last active
January 2, 2020 21:48
-
-
Save rdpanek/5f701bf714fc8a44f1aa16cc1f81580d to your computer and use it in GitHub Desktop.
Install steps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Elasticsearch | |
| sysctl -w vm.max_map_count=262144 | |
| docker run --name elastic -d -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" docker.elastic.co/elasticsearch/elasticsearch:6.7.1 bin/elasticsearch -Enetwork.host=0.0.0.0 | |
| # Kibana |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment