Skip to content

Commit

Permalink
[Docs] Add wolfi image info (#205022)
Browse files Browse the repository at this point in the history
## Summary

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

Closes: [#594](elastic/platform-docs-team#594)
(cherry picked from commit fea598e)
  • Loading branch information
wajihaparvez committed Jan 9, 2025
1 parent dcb19b0 commit 42669e0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/setup/docker.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
+
Expand Down

0 comments on commit 42669e0

Please sign in to comment.