[Docs] Add wolfi image info (#205022)

## Summary

Adds information about using Wolfi container images to the Install with
Docker page.

Closes: [#594](https://github.com/elastic/platform-docs-team/issues/594)
This commit is contained in:
wajihaparvez 2025-01-09 11:10:59 -05:00 committed by GitHub
parent 542a56b482
commit fea598ea13
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,6 +31,21 @@ multi-node cluster with {kib}, use Docker Compose instead. Refer to
{ref}/docker.html#docker-compose-file[Start a multi-node cluster with Docker
Compose] in the {es} documentation.
==== Hardened Docker images
You can also use the hardened link: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.elastic.co/elasticsearch/elasticsearch-wolfi:{version}
----
==== Start a single node cluster
. Install Docker. Visit https://docs.docker.com/get-docker/[Get Docker] to
install Docker for your environment.
+