Merge pull request #857 from mistyhacks/5759_typo-in-builder

Fix doubled word in note
This commit is contained in:
Vincent Demeester 2018-01-31 14:51:37 -08:00 committed by GitHub
commit 3aac740478
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 `<src>`
and adds them to the filesystem of the container at the path `<dest>`.