mirror of https://github.com/docker/cli.git
Check uid ranges
Fixes #5647 Docker-DCO-1.1-Signed-off-by: Alexandr Morozov <lk4d4math@gmail.com> (github: LK4D4)
This commit is contained in:
parent
1f30fd9bdb
commit
2477e56243
|
@ -439,6 +439,8 @@ but the operator can override it:
|
|||
|
||||
-u="": Username or UID
|
||||
|
||||
> **Note:** if you pass numeric uid, it must be in range 0-2147483647.
|
||||
|
||||
## WORKDIR
|
||||
|
||||
The default working directory for running binaries within a container is the
|
||||
|
|
Loading…
Reference in New Issue