We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57f9532 commit 5805cfdCopy full SHA for 5805cfd
docs/connecting.asciidoc
@@ -79,7 +79,7 @@ docker run --name es01 --net elastic -p 9200:9200 -p 9300:9300 -it docker.elasti
79
This command creates an `elastic` Docker network and start {es}
80
using the port `9200` (default).
81
82
-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
83
and it's printed to the terminal (you might need to scroll back a bit in the terminal
84
to view it). You have to copy it since we will need to connect to {es}.
85
0 commit comments