From 8b0015bdb6e55d6d1371f17b4a9bbc8a3feeece4 Mon Sep 17 00:00:00 2001 From: Jonathon Anderson Date: Tue, 29 Oct 2024 10:33:26 -0600 Subject: [PATCH] Update userdocs for wwctl overlay import --platform Signed-off-by: Jonathon Anderson --- userdocs/contents/containers.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/userdocs/contents/containers.rst b/userdocs/contents/containers.rst index b3f63012..0f8b0215 100644 --- a/userdocs/contents/containers.rst +++ b/userdocs/contents/containers.rst @@ -69,6 +69,17 @@ Here is an example of importing from Docker Hub. `_ are not limited and thus they boot as you would expect. +Platform +-------- + +By default, +Warewulf will try to import a container of the same platform +(e.g., amd64, arm64) +as the local system. +To specify the platform to import, +either specify `WAREWULF_OCI_PLATFORM` +or use the argument `--platform` during import. + Private Registry ----------------