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:
mrajphemi 2018-01-31 13:03:54 -08:00 committed by Misty Stanley-Jones
parent e9be468ed2
commit 288465b5fd
1 changed files with 1 additions and 1 deletions

View File

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