Fix typo in userns-remap.md

This commit is contained in:
Jaume Casado Ruiz 2018-03-01 17:37:59 +01:00 committed by Joao Fernandes
parent 31bb573f72
commit c267d4c1bf
1 changed files with 1 additions and 1 deletions

View File

@ -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