mirror of
https://github.com/clearlinux/docker.git
synced 2026-08-26 09:36:04 +00:00
Merge pull request #8907 from icecrime/clarify_user_instruction_doc
Clarify USER instruction documentation
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