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 ----------------