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