docs/reference/builder: fix USER doc

Docker-DCO-1.1-Signed-off-by: Johan Euphrosine <proppy@google.com> (github: proppy)
Upstream-commit: 7f3fe5c01e
Component: cli
This commit is contained in:
Johan Euphrosine
2017-06-02 00:06:28 +00:00
committed by Tibor Vass
parent 343c206bbd
commit 8dd475f4d6
@@ -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