Skip to content

Commit ca10630

Browse files
committed
fix: typo in uidmap option doc
The following section describes how to map to host ID `1`, not `1000` Signed-off-by: Sola <dev@sola.love>
1 parent b342596 commit ca10630

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)