mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
Merge pull request #6023 from proppy/patch-4
docs/reference/builder: fix USER doc Upstream-commit: b820b9778f4a4d30c17156d86c6ce926f37ee679 Component: engine
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user