File tree Expand file tree Collapse file tree 1 file changed +15
-6
lines changed
docs/reference/setup/install Expand file tree Collapse file tree 1 file changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,21 @@ TIP: This setup doesn't run multiple {es} nodes or {kib} by default. To create a
2525multi-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
6574https://docs.sigstore.dev/cosign/system_config/installation/[Cosign] for your
6675environment. Then use Cosign to verify the {es} image's signature.
You can’t perform that action at this time.
0 commit comments