Browse code

docs/reference/builder: fix USER doc

Docker-DCO-1.1-Signed-off-by: Johan Euphrosine <proppy@google.com> (github: proppy)

Johan Euphrosine authored on 2014/05/24 09:16:56
Showing 1 changed files
... ...
@@ -346,7 +346,8 @@ instructions via the Docker client, refer to [*Share Directories via Volumes*](
346 346
 
347 347
     USER daemon
348 348
 
349
-The `USER` instruction sets the username or UID to use when running the image.
349
+The `USER` instruction sets the username or UID to use when running the image
350
+and for any following `RUN` directives.
350 351
 
351 352
 ## WORKDIR
352 353