diff options
author | Ed Santiago <santiago@redhat.com> | 2022-08-23 17:40:46 -0600 |
---|---|---|
committer | Ed Santiago <santiago@redhat.com> | 2022-08-24 04:43:06 -0600 |
commit | c64a6ba07205c2f9fa2a874d9343babf68ee21d2 (patch) | |
tree | 99e9a9dda8607b99fdaa0ad1b8cfe27bf2b67554 /docs/source/markdown/podman-create.1.md.in | |
parent | d4e54fa9992d369596bcaf969bea8dbbcb7335ab (diff) | |
download | podman-c64a6ba07205c2f9fa2a874d9343babf68ee21d2.tar.gz podman-c64a6ba07205c2f9fa2a874d9343babf68ee21d2.tar.bz2 podman-c64a6ba07205c2f9fa2a874d9343babf68ee21d2.zip |
Man pages: Refactor common options: --workdir
I chose the version from podman-run because it is the most
up-to-date, and most correct wrt current syntax guidelines.
Differences are in arg description, language, and asterisks.
Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-create.1.md.in')
-rw-r--r-- | docs/source/markdown/podman-create.1.md.in | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/docs/source/markdown/podman-create.1.md.in b/docs/source/markdown/podman-create.1.md.in index 9518568bb..8710af110 100644 --- a/docs/source/markdown/podman-create.1.md.in +++ b/docs/source/markdown/podman-create.1.md.in @@ -975,13 +975,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 ## EXAMPLES |