mirror of https://github.com/docker/docs.git
Fix typo in userns-remap.md
This commit is contained in:
parent
31bb573f72
commit
c267d4c1bf
|
@ -26,7 +26,7 @@ other with the group ID range. Consider the following entry in `/etc/subuid`:
|
|||
testuser:231072:65536
|
||||
```
|
||||
|
||||
This means that `testuser` is assigned a subordinate user ID range of `230172`
|
||||
This means that `testuser` is assigned a subordinate user ID range of `231072`
|
||||
and the next 65536 integers in sequence. UID `231072` is mapped within the
|
||||
namespace (within the container, in this case) as UID `0` (`root`). UID `231073`
|
||||
is mapped as UID `1`, and so forth. If a process attempts to escalate privilege
|
||||
|
|
Loading…
Reference in New Issue