Skip to content

Commit 401d170

Browse files
Merge pull request #26068 from giuseppe/fix-md-example
docs: fix markdown format
2 parents 5b1eb7b + 5d6c784 commit 401d170

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/source/markdown/options/userns.container.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ Valid _mode_ values are:
3030

3131
**auto**[:_OPTIONS,..._]: automatically create a unique user namespace.
3232

33-
* `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.
34-
35-
Example: `containers:2147483647:2147483648`.
33+
* `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`.
3634

3735
* `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).
3836

0 commit comments

Comments
 (0)