mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[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:
parent
542a56b482
commit
fea598ea13
1 changed files with 15 additions and 0 deletions
|
@ -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.
|
||||
+
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue