From 5d6c784252b252baa58d274fd9c0ba3b564d8dc0 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Mon, 5 May 2025 10:15:12 +0200 Subject: [PATCH] docs: fix markdown format Closes: https://github.com/containers/podman/issues/26063 Signed-off-by: Giuseppe Scrivano --- docs/source/markdown/options/userns.container.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/source/markdown/options/userns.container.md b/docs/source/markdown/options/userns.container.md index 4ffc22c963..b128546f1c 100644 --- a/docs/source/markdown/options/userns.container.md +++ b/docs/source/markdown/options/userns.container.md @@ -30,9 +30,7 @@ Valid _mode_ values are: **auto**[:_OPTIONS,..._]: automatically create a unique user namespace. -* `rootful mode`: 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. - - Example: `containers:2147483647:2147483648`. +* `rootful mode`: 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. Example: `containers:2147483647:2147483648`. * `rootless mode`: The users range from the /etc/subuid and /etc/subgid files will be used. Note running a single container without using --userns=auto will use the entire range of UIDs and not allow further subdividing. See subuid(5).