From 5805cfdab90bdd2e24ae17f707cd247b779b4f30 Mon Sep 17 00:00:00 2001 From: Enrico Zimuel Date: Fri, 26 Jan 2024 14:09:38 +0100 Subject: [PATCH] Fixed typo in docs --- docs/connecting.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/connecting.asciidoc b/docs/connecting.asciidoc index f8208514f..5c67cd43d 100644 --- a/docs/connecting.asciidoc +++ b/docs/connecting.asciidoc @@ -79,7 +79,7 @@ docker run --name es01 --net elastic -p 9200:9200 -p 9300:9300 -it docker.elasti This command creates an `elastic` Docker network and start {es} using the port `9200` (default). -When you run the docker imnage a password is generated for the `elastic` user +When you run the docker image a password is generated for the `elastic` user and it's printed to the terminal (you might need to scroll back a bit in the terminal to view it). You have to copy it since we will need to connect to {es}.