diff options
author | Erik Sjölund <erik.sjolund@gmail.com> | 2022-07-12 16:26:37 +0200 |
---|---|---|
committer | Erik Sjölund <erik.sjolund@gmail.com> | 2022-07-12 16:28:31 +0200 |
commit | f6ed7a8c94cd9d67fca1a0b825fe8d8cb39b5aab (patch) | |
tree | d29deb95095b5ab0d20ee40850a79fde0f34016c /docs/source/markdown/podman-run.1.md | |
parent | a51a63023c773afae601628fbb89461249c5a043 (diff) | |
download | podman-f6ed7a8c94cd9d67fca1a0b825fe8d8cb39b5aab.tar.gz podman-f6ed7a8c94cd9d67fca1a0b825fe8d8cb39b5aab.tar.bz2 podman-f6ed7a8c94cd9d67fca1a0b825fe8d8cb39b5aab.zip |
[CI:DOCS] man pages: remove non-existent option builtin-volume
Closes #14906
Signed-off-by: Erik Sjölund <erik.sjolund@gmail.com>
Diffstat (limited to 'docs/source/markdown/podman-run.1.md')
-rw-r--r-- | docs/source/markdown/podman-run.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
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**. |