From 1088419286c5b4f19862b3fc5bf5bf2516f0286b Mon Sep 17 00:00:00 2001 From: Omer botenski <51876145+omerBotenski1987@users.noreply.github.com> Date: Tue, 25 Feb 2020 17:42:18 +0200 Subject: [PATCH] Link to Linux post-install instructions (#461) Co-authored-by: Antoine Cotten --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index fc0c0b4..81dc380 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,9 @@ Other available stack variants: * [Docker Compose](https://docs.docker.com/compose/install/) version **1.12.0+** * 1.5 GB of RAM +> :information_source: Especially on Linux, make sure your user has the [required permissions][linux-postinstall] to +> interact with the Docker daemon. + By default, the stack exposes the following ports: * 5000: Logstash TCP input * 9200: Elasticsearch HTTP @@ -383,6 +386,8 @@ instead of `elasticsearch`. [paid-features]: https://www.elastic.co/subscriptions [trial-license]: https://www.elastic.co/guide/en/elasticsearch/reference/current/license-settings.html +[linux-postinstall]: https://docs.docker.com/install/linux/linux-postinstall/ + [booststap-checks]: https://www.elastic.co/guide/en/elasticsearch/reference/current/bootstrap-checks.html [es-sys-config]: https://www.elastic.co/guide/en/elasticsearch/reference/current/system-config.html