diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-08-24 07:41:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-24 07:41:41 -0400 |
commit | 1e97aa3439dc8c6c2adffd659bded9f6116c91c5 (patch) | |
tree | 99e9a9dda8607b99fdaa0ad1b8cfe27bf2b67554 /docs/source/markdown/podman-run.1.md.in | |
parent | d4e54fa9992d369596bcaf969bea8dbbcb7335ab (diff) | |
parent | c64a6ba07205c2f9fa2a874d9343babf68ee21d2 (diff) | |
download | podman-1e97aa3439dc8c6c2adffd659bded9f6116c91c5.tar.gz podman-1e97aa3439dc8c6c2adffd659bded9f6116c91c5.tar.bz2 podman-1e97aa3439dc8c6c2adffd659bded9f6116c91c5.zip |
Merge pull request #15449 from edsantiago/docs_dedup_workdir
[CI:DOCS] Man pages: Refactor common options: --workdir
Diffstat (limited to 'docs/source/markdown/podman-run.1.md.in')
-rw-r--r-- | docs/source/markdown/podman-run.1.md.in | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/docs/source/markdown/podman-run.1.md.in b/docs/source/markdown/podman-run.1.md.in index 3e31ccc45..a0cd49d4e 100644 --- a/docs/source/markdown/podman-run.1.md.in +++ b/docs/source/markdown/podman-run.1.md.in @@ -1034,13 +1034,7 @@ If the location of the volume from the source container overlaps with data residing on a target container, then the volume hides that data on the target. -#### **--workdir**, **-w**=*dir* - -Working directory inside the container. - -The default working directory for running binaries within a container is the root directory (**/**). -The image developer can set a different default with the WORKDIR instruction. The operator -can override the working directory by using the **-w** option. +@@option workdir ## Exit Status |