Merge pull request #2848 from aleon1220/patch-1

Long format for flag -w --workdir
This commit is contained in:
Sebastiaan van Stijn 2020-12-01 13:14:59 +01:00 committed by GitHub
commit 3faad7acc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1769,7 +1769,7 @@ the `USER` instruction by passing the `-u` option.
### WORKDIR
The default working directory for running binaries within a container is the
root directory (`/`), but the developer can set a different default with the
root directory (`/`). It is possible to set a different working directory with the
Dockerfile `WORKDIR` command. The operator can override this with:
-w="": Working directory inside the container
-w="", --workdir="": Working directory inside the container