Skip to content

Commit a726bf5

Browse files
author
Daniel Hauenstein
committed
rephrase description of adding GUI to USER instruction
Avoiding passive voice in description of adding a GUI to the USER instruction
1 parent 1cead39 commit a726bf5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

engine/reference/builder.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1204,8 +1204,8 @@ into the newly created volume.
12041204

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

12101210
## WORKDIR
12111211

0 commit comments

Comments
 (0)