Skip to content

Commit 0d0f165

Browse files
committed
[DOCS] Make Wolfi hardened Docker option more prominent (#118755)
1 parent 4b8a0cc commit 0d0f165

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

docs/reference/setup/install/docker.asciidoc

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,21 @@ TIP: This setup doesn't run multiple {es} nodes or {kib} by default. To create a
2525
multi-node cluster with {kib}, use Docker Compose instead. See
2626
<<docker-compose-file>>.
2727

28+
[[docker-wolfi-hardened-image]]
29+
===== Hardened Docker images
30+
31+
You can also use the hardened https://wolfi.dev/[Wolfi] image for additional security.
32+
Using Wolfi images requires Docker version 20.10.10 or higher.
33+
34+
To use the Wolfi image, append `-wolfi` to the image tag in the Docker command.
35+
36+
For example:
37+
38+
[source,sh,subs="attributes"]
39+
----
40+
docker pull {docker-wolfi-image}
41+
----
42+
2843
===== Start a single-node cluster
2944

3045
. Install Docker. Visit https://docs.docker.com/get-docker/[Get Docker] to
@@ -55,12 +70,6 @@ docker pull {docker-image}
5570
// REVIEWED[DEC.10.24]
5671
--
5772

58-
Alternatevely, you can use the Wolfi based image. Using Wolfi based images requires Docker version 20.10.10 or superior.
59-
[source,sh,subs="attributes"]
60-
----
61-
docker pull {docker-wolfi-image}
62-
----
63-
6473
. Optional: Install
6574
https://docs.sigstore.dev/cosign/system_config/installation/[Cosign] for your
6675
environment. Then use Cosign to verify the {es} image's signature.

0 commit comments

Comments
 (0)