[DOCS] Make Wolfi hardened Docker option more prominent (#118755)
This commit is contained in:
parent
ede1a7ab2a
commit
54fa07450a
|
@ -25,6 +25,21 @@ TIP: This setup doesn't run multiple {es} nodes or {kib} by default. To create a
|
|||
multi-node cluster with {kib}, use Docker Compose instead. See
|
||||
<<docker-compose-file>>.
|
||||
|
||||
[[docker-wolfi-hardened-image]]
|
||||
===== Hardened Docker images
|
||||
|
||||
You can also use the hardened https://wolfi.dev/[Wolfi] image for additional security.
|
||||
Using Wolfi images requires Docker version 20.10.10 or higher.
|
||||
|
||||
To use the Wolfi image, append `-wolfi` to the image tag in the Docker command.
|
||||
|
||||
For example:
|
||||
|
||||
[source,sh,subs="attributes"]
|
||||
----
|
||||
docker pull {docker-wolfi-image}
|
||||
----
|
||||
|
||||
===== Start a single-node cluster
|
||||
|
||||
. Install Docker. Visit https://docs.docker.com/get-docker/[Get Docker] to
|
||||
|
@ -55,12 +70,6 @@ docker pull {docker-image}
|
|||
// REVIEWED[DEC.10.24]
|
||||
--
|
||||
|
||||
Alternatevely, you can use the Wolfi based image. Using Wolfi based images requires Docker version 20.10.10 or superior.
|
||||
[source,sh,subs="attributes"]
|
||||
----
|
||||
docker pull {docker-wolfi-image}
|
||||
----
|
||||
|
||||
. Optional: Install
|
||||
https://docs.sigstore.dev/cosign/system_config/installation/[Cosign] for your
|
||||
environment. Then use Cosign to verify the {es} image's signature.
|
||||
|
|
Loading…
Reference in New Issue