From a987bf649cb9a80952f7fd91189181754f998bdf Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Mon, 8 Jan 2024 12:47:01 -0500 Subject: [PATCH] Document immediate namespace update effect Fixes #11 Signed-off-by: Chris Evich --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b50456f..839eb09 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,12 @@ called `johndoe`, the contents of these files should be edited to allocate `jogndoe::65539` Where `` was set by your OS when the `johndoe` user was created -(you can ignore this). Only the last number needs to be increased. +(you can ignore this). Only the last number needs to be increased. This +change will be effective on next login, or immediately by running: + +`podman system migrate` + +*Note:* This will stop any currently running containers. #### Runner registration (step 3)