summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-pod-clone.1.md.in
diff options
context:
space:
mode:
authorEd Santiago <santiago@redhat.com>2022-09-06 06:39:09 -0600
committerEd Santiago <santiago@redhat.com>2022-09-06 08:20:32 -0600
commit40cd1c0ff5d4c1e99e51cf60046c957a1a6ba81e (patch)
tree626b8f9fdc93e148327a529418952a1c3765cd33 /docs/source/markdown/podman-pod-clone.1.md.in
parentcd09e3b6d0b0eb32f6ad6062b13194f97873c664 (diff)
downloadpodman-40cd1c0ff5d4c1e99e51cf60046c957a1a6ba81e.tar.gz
podman-40cd1c0ff5d4c1e99e51cf60046c957a1a6ba81e.tar.bz2
podman-40cd1c0ff5d4c1e99e51cf60046c957a1a6ba81e.zip
Man pages: refactor common options: --device
The refactors are starting to get harder to review - sorry. Here the differences are pretty small, mostly changes to the "it is a combination" wording and some asteriskization. The more significant diffs are that there are some Notes that are pod- or container- or build-specific; I needed to move those from the middle to the end, then keep them in the source files themselves. I don't think this affects readability of the resulting man pages, but your opinion may differ. Last important thing: I included the /dev/fuse text in the common option, which means it will now show up in podman-build (it was not previously there). If this text is not applicable to podman-build, please LMK ASAP so I can just move it back to individual source files. Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-pod-clone.1.md.in')
-rw-r--r--docs/source/markdown/podman-pod-clone.1.md.in15
1 files changed, 1 insertions, 14 deletions
diff --git a/docs/source/markdown/podman-pod-clone.1.md.in b/docs/source/markdown/podman-pod-clone.1.md.in
index d1e1b3468..d078ef35d 100644
--- a/docs/source/markdown/podman-pod-clone.1.md.in
+++ b/docs/source/markdown/podman-pod-clone.1.md.in
@@ -31,23 +31,10 @@ If none are specified, the original pod's CPUset is used.
@@option destroy
-#### **--device**=*host-device[:container-device][:permissions]*
-
-Add a host device to the pod. Optional *permissions* parameter
-can be used to specify device permissions. It is a combination of
-**r** for read, **w** for write, and **m** for **mknod**(2).
-
-Example: **--device=/dev/sdc:/dev/xvdc:rwm**.
-
-Note: if _host_device_ is a symbolic link then it will be resolved first.
-The pod will only store the major and minor numbers of the host device.
+@@option device
Note: the pod implements devices by storing the initial configuration passed by the user and recreating the device on each container added to the pod.
-Podman may load kernel modules required for using the specified
-device. The devices that Podman will load modules for when necessary are:
-/dev/fuse.
-
@@option device-read-bps
@@option device-write-bps