summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2022-07-12 11:14:17 -0400
committerGitHub <noreply@github.com>2022-07-12 11:14:17 -0400
commitedbfbfcda18f57c89a9657ba453c51977a7796a9 (patch)
treeb73ba45713ebe3eb12c8f29a3749c404dd510e39
parent09ea46d162ca989e9bf044debc2fe2e2237e61a4 (diff)
parentf6ed7a8c94cd9d67fca1a0b825fe8d8cb39b5aab (diff)
downloadpodman-edbfbfcda18f57c89a9657ba453c51977a7796a9.tar.gz
podman-edbfbfcda18f57c89a9657ba453c51977a7796a9.tar.bz2
podman-edbfbfcda18f57c89a9657ba453c51977a7796a9.zip
Merge pull request #14911 from eriksjolund/remove_builtin_volume_option_from_man_pages
[CI:DOCS] man pages: remove non-existent option builtin-volume
-rw-r--r--docs/source/markdown/podman-create.1.md2
-rw-r--r--docs/source/markdown/podman-run.1.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/markdown/podman-create.1.md b/docs/source/markdown/podman-create.1.md
index 09c7d99c1..9bee25220 100644
--- a/docs/source/markdown/podman-create.1.md
+++ b/docs/source/markdown/podman-create.1.md
@@ -449,7 +449,7 @@ container:
Defaults to `true`
-#### **--image-volume**, **builtin-volume**=*bind|tmpfs|ignore*
+#### **--image-volume**=*bind|tmpfs|ignore*
Tells Podman how to handle the builtin image volumes. Default is **bind**.
diff --git a/docs/source/markdown/podman-run.1.md b/docs/source/markdown/podman-run.1.md
index a389be2a8..a6285d4e0 100644
--- a/docs/source/markdown/podman-run.1.md
+++ b/docs/source/markdown/podman-run.1.md
@@ -480,7 +480,7 @@ proxy environment at container build time.) (This option is not available with t
Defaults to **true**.
-#### **--image-volume**, **builtin-volume**=**bind**|**tmpfs**|**ignore**
+#### **--image-volume**=**bind**|**tmpfs**|**ignore**
Tells Podman how to handle the builtin image volumes. Default is **bind**.