Skip to content

Commit 0be09e1

Browse files
Merge pull request #27337 from sola-contrib/uidmap-doc-fix
fix: typo in uidmap option doc
2 parents de3328b + ca10630 commit 0be09e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ regardless of how the intermediate mapping is defined.
109109

110110
Some mapping modifications may be cumbersome. For instance, a user
111111
starts with a mapping such as `--gidmap="0:0:65000"`, that needs to be
112-
changed such as the parent id `1000` is mapped to container id `100000`
112+
changed such as the parent id `1` is mapped to container id `100000`
113113
instead, leaving container id `1` unassigned. The corresponding `--gidmap`
114114
becomes `--gidmap="0:0:1" --gidmap="2:2:65534" --gidmap="100000:1:1"`.
115115

0 commit comments

Comments
 (0)