Merge pull request #8907 from icecrime/clarify_user_instruction_doc
Clarify USER instruction documentation Upstream-commit: 8872c2903a36b3fbdb76046a4d15cf994d7e336a Component: engine
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user