mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
docs/reference/builder: fix USER doc
Docker-DCO-1.1-Signed-off-by: Johan Euphrosine <proppy@google.com> (github: proppy)
This commit is contained in:
parent
baed5d7433
commit
e89cb9a5e0
1 changed files with 2 additions and 1 deletions
|
@ -346,7 +346,8 @@ instructions via the Docker client, refer to [*Share Directories via Volumes*](
|
|||
|
||||
USER daemon
|
||||
|
||||
The `USER` instruction sets the username or UID to use when running the image.
|
||||
The `USER` instruction sets the username or UID to use when running the image
|
||||
and for any following `RUN` directives.
|
||||
|
||||
## WORKDIR
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue