1
0
Fork 0
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:
Johan Euphrosine 2014-05-23 17:16:56 -07:00
parent baed5d7433
commit e89cb9a5e0

View file

@ -346,7 +346,8 @@ instructions via the Docker client, refer to [*Share Directories via Volumes*](
USER daemon 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 ## WORKDIR