From 33e895be9e6d4ae86cdc10cdbbea37a42c2a7b4b Mon Sep 17 00:00:00 2001 From: Arian <166653380+acabrera86@users.noreply.github.com> Date: Thu, 11 Apr 2024 14:52:11 -0400 Subject: [PATCH] changed typo in the word belonging --- userdocs/contents/containers.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userdocs/contents/containers.rst b/userdocs/contents/containers.rst index a802f98b..c7ef5539 100644 --- a/userdocs/contents/containers.rst +++ b/userdocs/contents/containers.rst @@ -134,7 +134,7 @@ mismatch, the import command will print out a warning. By setting the ``--syncuser`` flag you advise Warewulf to try to syncronize the users from the host to the container, which means that ``/etc/passwd`` and ``/etc/group`` of the imported container are updated and all the files -belonning to these UIDs and GIDs will also be updated. +belonging to these UIDs and GIDs will also be updated. A check if the users of the host and container matches can be triggered with the ``syncuser`` command. @@ -358,4 +358,4 @@ It is possible to duplicate an installed image by using : # wwctl container copy CONTAINER_NAME DUPLICATED_CONTAINER_NAME -This kind of duplication can be useful if you are looking for canary tests. \ No newline at end of file +This kind of duplication can be useful if you are looking for canary tests.