@@ -33,15 +33,11 @@ Docker image is currently available for this version.
3333
3434endif::[]
3535
36- ifeval::["{release-state}"!="unreleased"]
37- 
3836[source,sh,subs="attributes"]
3937---- 
4038docker pull {docker-repo}:{version} 
4139---- 
4240
43- endif::[]
44- 
4541[[docker-verify-signature]]
4642==== Optional: Verify the image signature
4743
@@ -57,8 +53,6 @@ Docker image signature is currently available for this version.
5753
5854endif::[]
5955
60- ifeval::["{release-state}"!="unreleased"]
61- 
6256Install the appropriate https://docs.sigstore.dev/cosign/installation/[Cosign application]
6357for your operating system.
6458
@@ -83,8 +77,6 @@ The following checks were performed on each of these signatures:
8377  - The signatures were verified against the specified public key 
8478-------------------------------------------- 
8579
86- endif::[]
87- 
8880
8981[[docker-cli-run-dev-mode]]
9082==== Run {es} in Docker
@@ -123,7 +115,6 @@ Docker image is currently available for this version.
123115
124116endif::[]
125117
126- ifeval::["{release-state}"!="unreleased"]
127118[source,sh,subs="attributes"]
128119---- 
129120docker run --name es01 --net elastic -p 9200:9200 -it -m 1GB {docker-image} 
@@ -132,8 +123,6 @@ docker run --name es01 --net elastic -p 9200:9200 -it -m 1GB {docker-image}
132123TIP: Use the `-m` flag to set a memory limit for the container.
133124
134125The command prints the `elastic` user password and an enrollment token for {kib}.
135- 
136- endif::[]
137126--
138127
139128. Copy the generated `elastic` password and enrollment token. These credentials
@@ -193,13 +182,10 @@ Docker image is currently available for this version.
193182
194183endif::[]
195184
196- ifeval::["{release-state}"!="unreleased"]
197185[source,sh,subs="attributes"]
198186---- 
199187docker run -e ENROLLMENT_TOKEN="<token>" --name es02 --net elastic -it {docker-image} 
200188---- 
201- 
202- endif::[]
203189--
204190
205191. Call the <<cat-nodes,cat nodes API>> to verify the node was added to the cluster.
@@ -265,15 +251,13 @@ repository on GitHub.
265251
266252--
267253ifeval::["{release-state}"=="unreleased"]
268- NOTE : Version {version} of {es} has not been released,
269- so the sample  Docker Compose and configuration files are not yet available for 
270- this version.  See the {stack-gs-current}/get-started-docker.html[current version]
271- for the latest sample  files.
254+ WARNING : Version {version} of {es} has not been released,
255+ so the following  Docker Compose and configuration files won't work. 
256+ See the {stack-gs-current}/get-started-docker.html[current version]
257+ for the latest working  files.
272258endif::[]
273259--
274260
275- --
276- ifeval::["{release-state}"!="unreleased"]
277261
278262[discrete]
279263[[docker-env-file]]
@@ -315,8 +299,6 @@ then only be accessible from the host machine itself.
315299include::docker/docker-compose.yml[] 
316300---- 
317301
318- endif::[]
319- --
320302
321303===== Start your cluster with security enabled and configured
322304
@@ -687,7 +669,6 @@ instead. The command must:
687669* Use the `elasticsearch-keystore` tool with the `create -p` option. You'll be
688670  prompted to enter a password for the keystore.
689671
690- ifeval::["{release-state}"!="unreleased"]
691672For example:
692673
693674[source,sh,subs="attributes"]
@@ -711,7 +692,6 @@ bin/elasticsearch-keystore \
711692add my.secure.setting \ 
712693my.other.secure.setting 
713694---- 
714- endif::[]
715695
716696If you've already created the keystore and don't need to update it, you can
717697bind-mount the `elasticsearch.keystore` file directly. You can use the
0 commit comments