From a2bb62683d1d142e8c0065f50edcfd1db90eaba3 Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Wed, 31 Jan 2018 13:05:58 -0800 Subject: [PATCH] Fix doubled word in note Signed-off-by: Misty Stanley-Jones --- docs/reference/builder.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/builder.md b/docs/reference/builder.md index 1462d5b861..fbf71cd4d8 100644 --- a/docs/reference/builder.md +++ b/docs/reference/builder.md @@ -1003,7 +1003,7 @@ whitespace) > and will not work on Windows containers. Since user and group ownership concepts do > not translate between Linux and Windows, the use of `/etc/passwd` and `/etc/group` for > translating user and group names to IDs restricts this feature to only be viable for -> for Linux OS-based containers. +> Linux OS-based containers. The `COPY` instruction copies new files or directories from `` and adds them to the filesystem of the container at the path ``.