mirror of https://github.com/docker/cli.git
Fixed typo in "/etc/subUid"
Signed-off-by: Azat Khuziyakhmetov <shadow_uz@mail.ru>
This commit is contained in:
parent
dd7ea45fae
commit
7e208ef5d0
|
@ -737,7 +737,7 @@ range for the mapping of host uids and gids to the container process. This
|
|||
means that the first ID in the range will be the remapped root user, and the
|
||||
IDs above that initial ID will map host ID 1 through the end of the range.
|
||||
|
||||
From the example `/etc/subid` content shown above, the remapped root
|
||||
From the example `/etc/subuid` content shown above, the remapped root
|
||||
user would be uid 165536.
|
||||
|
||||
If the system administrator has set up multiple ranges for a single user or
|
||||
|
|
Loading…
Reference in New Issue