mirror of https://github.com/docker/docs.git
Fix typo in user namespace docs (#5881)
There was a typo in a file name. should be /etc/passwd not /etc/password
This commit is contained in:
parent
e9be468ed2
commit
288465b5fd
|
@ -71,7 +71,7 @@ avoid these situations.
|
|||
want to use an existing user, Docker can create one for you and use that. If
|
||||
you want to use an existing username or user ID, it must already exist.
|
||||
Typically, this means that the relevant entries need to be in
|
||||
`/etc/password` and `/etc/group`, but if you are using a different
|
||||
`/etc/passwd` and `/etc/group`, but if you are using a different
|
||||
authentication back-end, this requirement may translate differently.
|
||||
|
||||
To verify this, use the `id` command:
|
||||
|
|
Loading…
Reference in New Issue