@LXC_GENERATE_DATE@ lxc-cgroup 1 lxc-cgroup manage the control group associated with a container lxc-start -n name subsystem value Description lxc-cgroup get or set value from the control group associated with the container name. If no value is specified, the value of the subsystem is displayed, otherwise it is set. The lxc-cgroup does not assume the correctness of the subsystem name, it is up to the user to specify the right subsystem name. Options Specify the container name associated with a control group. Specify the subsystem control group name. Specify the subsystem control group value to be set. Examples lxc-cgroup -n foo devices.list display the allowed devices to be used. lxc-cgroup -n foo cpuset.cpus "0,3" assign the processors 0 and 3 to the container. Diagnostic The container was not found The container is not running. See Also lxc.conf 5 , Author Daniel Lezcano daniel.lezcano@free.fr