From 288465b5fdab156a2739664fdf87e20e918b479e Mon Sep 17 00:00:00 2001 From: mrajphemi <31905799+mrajphemi@users.noreply.github.com> Date: Wed, 31 Jan 2018 13:03:54 -0800 Subject: [PATCH] Fix typo in user namespace docs (#5881) There was a typo in a file name. should be /etc/passwd not /etc/password --- engine/security/userns-remap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/security/userns-remap.md b/engine/security/userns-remap.md index cbcf38ef11..4f594ceed7 100644 --- a/engine/security/userns-remap.md +++ b/engine/security/userns-remap.md @@ -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: