mirror of https://github.com/docker/docs.git
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:
parent
1cead3926f
commit
a726bf5ab8
|
@ -1204,8 +1204,8 @@ into the newly created volume.
|
||||||
|
|
||||||
The `USER` instruction sets the user name or UID to use when running the image
|
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
|
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
|
`Dockerfile`. To specify the group ID (GID), add it as a suffix to the UID,
|
||||||
for `RUN`, `CMD` and `ENTRYPOINT` instructions.
|
separated by a colon. For instance, `MYUSER:MYGROUP`.
|
||||||
|
|
||||||
## WORKDIR
|
## WORKDIR
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue