From dc287b9072fa02eda815bf98ec186905f79d8188 Mon Sep 17 00:00:00 2001 From: Andres Leon Rangel Date: Fri, 20 Nov 2020 13:14:24 +1300 Subject: [PATCH] Long format for flag -w --workdir Added Long format for the wok directory option in docker run. Signed-off-by: Andres LeonRangel --- docs/reference/run.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/run.md b/docs/reference/run.md index 6042027e77..ad4dd36baf 100644 --- a/docs/reference/run.md +++ b/docs/reference/run.md @@ -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