rephrase description of adding GUI to USER instruction

Avoiding passive voice in description of adding a GUI to the USER
instruction
This commit is contained in:
Daniel Hauenstein 2016-11-15 13:18:47 +01:00
parent 1cead3926f
commit a726bf5ab8
1 changed files with 2 additions and 2 deletions

View File

@ -1204,8 +1204,8 @@ into the newly created volume.
The `USER` instruction sets the user name or UID to use when running the image
and for any `RUN`, `CMD` and `ENTRYPOINT` instructions that follow it in the
`Dockerfile`. Optionaly a group name can be set by adding a `:` and a GID, which will be used as the GID
for `RUN`, `CMD` and `ENTRYPOINT` instructions.
`Dockerfile`. To specify the group ID (GID), add it as a suffix to the UID,
separated by a colon. For instance, `MYUSER:MYGROUP`.
## WORKDIR