mirror of https://github.com/containers/podman.git
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>
This commit is contained in:
parent
cf9c04ae2b
commit
7d7aead511
|
@ -0,0 +1,6 @@
|
||||||
|
#### **--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)).
|
|
@ -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:
|
device. The devices that podman will load modules when necessary are:
|
||||||
/dev/fuse.
|
/dev/fuse.
|
||||||
|
|
||||||
#### **--device-cgroup-rule**=*"type major:minor mode"*
|
@@option device-cgroup-rule
|
||||||
|
|
||||||
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)).
|
|
||||||
|
|
||||||
#### **--device-read-bps**=*path*
|
#### **--device-read-bps**=*path*
|
||||||
|
|
||||||
|
|
|
@ -178,9 +178,7 @@ Podman may load kernel modules required for using the specified
|
||||||
device. The devices that Podman will load modules when necessary are:
|
device. The devices that Podman will load modules when necessary are:
|
||||||
/dev/fuse.
|
/dev/fuse.
|
||||||
|
|
||||||
#### **--device-cgroup-rule**=*rule*
|
@@option device-cgroup-rule
|
||||||
|
|
||||||
Add a rule to the cgroup allowed devices list
|
|
||||||
|
|
||||||
#### **--device-read-bps**=*path:rate*
|
#### **--device-read-bps**=*path:rate*
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue