diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-09-06 17:52:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-06 17:52:23 +0200 |
commit | 6da1eaf287c13a67dde688663b4dc8ed0cd868ad (patch) | |
tree | 0917509296e95f7fcf0bc02fd1c10d8dfe87ec67 /docs/source/markdown/podman-pod-create.1.md.in | |
parent | 41e1642f5603be8b0a48b0be4d5bcc5652173b1a (diff) | |
parent | 40cd1c0ff5d4c1e99e51cf60046c957a1a6ba81e (diff) | |
download | podman-6da1eaf287c13a67dde688663b4dc8ed0cd868ad.tar.gz podman-6da1eaf287c13a67dde688663b4dc8ed0cd868ad.tar.bz2 podman-6da1eaf287c13a67dde688663b4dc8ed0cd868ad.zip |
Merge pull request #15650 from edsantiago/docs_dedup_device
[CI:DOCS] Man pages: refactor common options: --device
Diffstat (limited to 'docs/source/markdown/podman-pod-create.1.md.in')
-rw-r--r-- | docs/source/markdown/podman-pod-create.1.md.in | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/docs/source/markdown/podman-pod-create.1.md.in b/docs/source/markdown/podman-pod-create.1.md.in index bad39b66f..22a8d90c4 100644 --- a/docs/source/markdown/podman-pod-create.1.md.in +++ b/docs/source/markdown/podman-pod-create.1.md.in @@ -48,23 +48,10 @@ Set the total number of CPUs delegated to the pod. Default is 0.000 which indica @@option cpuset-mems -#### **--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 |