Merge pull request #8907 from icecrime/clarify_user_instruction_doc

Clarify USER instruction documentation
This commit is contained in:
Fred Lifton 2014-11-03 11:58:56 -08:00
commit 8872c2903a

View file

@ -731,7 +731,8 @@ documentation.
USER daemon
The `USER` instruction sets the user name or UID to use when running the image
and for any following `RUN` directives.
and for any `RUN`, `CMD` and `ENTRYPOINT` instructions that follow it in the
`Dockerfile`.
## WORKDIR