Merge pull request #8907 from icecrime/clarify_user_instruction_doc
Clarify USER instruction documentation
This commit is contained in:
commit
8872c2903a
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue