Ver código fonte

docs/reference/builder: fix USER doc

Docker-DCO-1.1-Signed-off-by: Johan Euphrosine <proppy@google.com> (github: proppy)
Johan Euphrosine 11 anos atrás
pai
commit
e89cb9a5e0
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      docs/sources/reference/builder.md

+ 2 - 1
docs/sources/reference/builder.md

@@ -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