From cb66fdb410150a8498a3566a47d5f0b84e2ee7df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Sch=C3=A4fer?= Date: Thu, 17 Oct 2024 18:21:28 +0200 Subject: [PATCH] Fixed docs per review --- doc/source/image_description/elements.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/image_description/elements.rst b/doc/source/image_description/elements.rst index ccd2b8fe75..0270d55160 100644 --- a/doc/source/image_description/elements.rst +++ b/doc/source/image_description/elements.rst @@ -1271,7 +1271,7 @@ Details about the container backend Supported `backend` values as of today are `docker` and `podman`. The `backend` attribute is mandatory and specifies for which container backend the image should be available in the system. -The `containera` element has the following optional attributes: +The `container` element has the following optional attribute: path="some/path" The path to the container in the registry. If not specified @@ -1296,7 +1296,7 @@ The `container` element has the following optional attributes fetch_only="true|false" If set to `true` kiwi will only fetch the container but does not - setup the systemd unit for actually loading the container into + setup the systemd unit for loading the container into the local registry. In this mode the container archive file stays in the system and can be handled in a custom way. By default `fetch_only` is set to `false`.