docs: cgroup wildcard

This commit is contained in:
Kroese 2023-05-25 22:05:33 +02:00 committed by GitHub
parent 3416507ec5
commit daa91af2d5

View File

@ -152,11 +152,9 @@ docker run -it --rm -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-ti
devices: devices:
- /dev/vhost-net - /dev/vhost-net
device_cgroup_rules: device_cgroup_rules:
- 'c 511:* rwm' - 'c *:* rwm'
``` ```
Please note that the exact `cgroup` rule number may vary depending on your system, but the log output will indicate the correct number in the event of an error.
* ### How do I install a specific version of vDSM? * ### How do I install a specific version of vDSM?
By default, version 7.2 will be installed, but if you prefer an older version, you can add its URL to your compose file as follows: By default, version 7.2 will be installed, but if you prefer an older version, you can add its URL to your compose file as follows: