mirror of https://github.com/docker/cli.git
Fix doubled word in note
Signed-off-by: Misty Stanley-Jones <misty@docker.com>
This commit is contained in:
parent
3988d9cfd9
commit
a2bb62683d
|
@ -1003,7 +1003,7 @@ whitespace)
|
||||||
> 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
|
||||||
> for Linux OS-based containers.
|
> Linux OS-based containers.
|
||||||
|
|
||||||
The `COPY` instruction copies new files or directories from `<src>`
|
The `COPY` instruction copies new files or directories from `<src>`
|
||||||
and adds them to the filesystem of the container at the path `<dest>`.
|
and adds them to the filesystem of the container at the path `<dest>`.
|
||||||
|
|
Loading…
Reference in New Issue