From bfc5f07d93c4c025a71f770dabbfba5c1aee52f1 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 17 Jan 2023 14:50:32 -0500 Subject: [PATCH] Cleanup documentation on --userns=auto Fixes: https://github.com/containers/podman/issues/17134 Signed-off-by: Daniel J Walsh --- docs/source/markdown/options/userns.container.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/markdown/options/userns.container.md b/docs/source/markdown/options/userns.container.md index 4c2f398f2a..1c6e2be64b 100644 --- a/docs/source/markdown/options/userns.container.md +++ b/docs/source/markdown/options/userns.container.md @@ -22,7 +22,7 @@ Valid _mode_ values are: **auto**[:_OPTIONS,..._]: automatically create a unique user namespace. -The `--userns=auto` flag, requires that the user name `containers` and a range of subordinate user ids that the Podman container is allowed to use be specified in the /etc/subuid and /etc/subgid files. +The `--userns=auto` flag requires that the user name __containers__ be specified in the /etc/subuid and /etc/subgid files, with an unused range of subordinate user IDs that Podman containers are allowed to allocate. See subuid(5). Example: `containers:2147483647:2147483648`.