Long format for flag -w --workdir

Added Long format for the wok directory option in docker run.

Signed-off-by: Andres LeonRangel <aleon1220@gmail.com>
This commit is contained in:
Andres Leon Rangel 2020-11-20 13:14:24 +13:00 committed by Andres LeonRangel
parent 5836f20c28
commit dc287b9072
No known key found for this signature in database
GPG Key ID: 4C12A6C4A0254B44
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