summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-create.1.md.in
diff options
context:
space:
mode:
authorEd Santiago <santiago@redhat.com>2022-08-23 10:25:04 -0600
committerEd Santiago <santiago@redhat.com>2022-08-23 13:02:09 -0600
commit7d7aead51197fa98bb223b9e90b75ac4cd7cdf0a (patch)
tree306dc843316b9ec5918896c8c56ffe103e3a1e8e /docs/source/markdown/podman-create.1.md.in
parentcf9c04ae2b61d1eed32a73aad2172d3455a5a9fa (diff)
downloadpodman-7d7aead51197fa98bb223b9e90b75ac4cd7cdf0a.tar.gz
podman-7d7aead51197fa98bb223b9e90b75ac4cd7cdf0a.tar.bz2
podman-7d7aead51197fa98bb223b9e90b75ac4cd7cdf0a.zip
Man pages: refactor common options: --device-cgroup-rule
I chose the version from podman-create. (This is unusual. podman-run tends to have the better-maintained, more up-to-date version.) 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.in7
1 files changed, 1 insertions, 6 deletions
diff --git a/docs/source/markdown/podman-create.1.md.in b/docs/source/markdown/podman-create.1.md.in
index c83083674..9518568bb 100644
--- a/docs/source/markdown/podman-create.1.md.in
+++ b/docs/source/markdown/podman-create.1.md.in
@@ -144,12 +144,7 @@ Podman may load kernel modules required for using the specified
device. The devices that podman will load modules when necessary are:
/dev/fuse.
-#### **--device-cgroup-rule**=*"type major:minor mode"*
-
-Add a rule to the cgroup allowed devices list. The rule is expected to be in the format specified in the Linux kernel documentation (Documentation/cgroup-v1/devices.txt):
- - type: a (all), c (char), or b (block);
- - major and minor: either a number, or * for all;
- - mode: a composition of r (read), w (write), and m (mknod(2)).
+@@option device-cgroup-rule
#### **--device-read-bps**=*path*