Merge pull request #697 from squeegels/patch-1

Fixed typo under User section
master
Vincent Demeester 2017-11-17 09:31:06 +01:00 committed by GitHub
commit d981bfa964
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1322,7 +1322,7 @@ group (or GID) to use when running the image and for any `RUN`, `CMD` and
`ENTRYPOINT` instructions that follow it in the `Dockerfile`.
> **Warning**:
> When the user does doesn't have a primary group then the image (or the next
> When the user doesn't have a primary group then the image (or the next
> instructions) will be run with the `root` group.
> On Windows, the user must be created first if it's not a built-in account.