1
0
mirror of https://github.com/docker/cli.git synced 2026-01-19 21:41:31 +03:00

Fix repeated "for" in docs/reference/builder.md

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Upstream-commit: 7e465d1b09
Component: cli
This commit is contained in:
Sebastiaan van Stijn
2018-01-08 12:33:06 +01:00
parent 6169dab4e0
commit 143be37b02

View File

@@ -855,7 +855,7 @@ whitespace)
> 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
> 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.
The `ADD` instruction copies new files, directories or remote file URLs from `<src>`