Merge pull request #792 from thaJeztah/fix-builder-typo

Fix repeated "for" in docs/reference/builder.md
This commit is contained in:
Sebastiaan van Stijn 2018-01-08 14:34:14 +01:00 committed by GitHub
commit 16cccc30f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -855,7 +855,7 @@ whitespace)
> The `--chown` feature is only supported on Dockerfiles used to build Linux containers, > The `--chown` feature is only supported on Dockerfiles used to build Linux containers,
> and will not work on Windows containers. Since user and group ownership concepts do > 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 > 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 > translating user and group names to IDs restricts this feature to only be viable
> for Linux OS-based containers. > for Linux OS-based containers.
The `ADD` instruction copies new files, directories or remote file URLs from `<src>` The `ADD` instruction copies new files, directories or remote file URLs from `<src>`