Cgroup
-
You may mount the cgroup filesystem anywhere you like .
可以将cgroup文件系统挂载到任何地方。
-
Cgroup pseudo filesystem : This option lets an administrator create groups as needed .
cgrouppseudo文件系统:这个选项使管理员可以根据需要创建组。
-
You can use the device whitelist cgroup to deny the container the ability to open the devices .
可以使用设备白名单cgroup拒绝容器打开设备。
-
LXC uses the cgroup filesystem to manage containers .
LXC使用cgroup文件系统来管理容器。
-
LXC will use the first cgroup filesystem mounted in / etc / mtab .
LXC将使用/etc/mtab中挂载的第一个cgroup文件系统。
-
These are directives to the devices whitelist cgroup which will mediate device creation , read , and write by the container .
这些是设备白名单cgroup的指令,它协调由容器执行的设备创建、读和写。
-
You must first mount this filesystem before using LXC : mount-t cgroup cgroup / cgroup .
在使用LXC之前,首先必须挂载这个文件系统:mount-tcgroupcgroup/cgroup。
-
Finally , the devices whitelist cgroup is preventing us from creating a disk device , as well as mounting it if it exists ( as it does through / mnt ) .
最后,设备白名单cgroup防止我们创建磁盘设备,或在它存在的情况下装载它(因为这需要通过/mnt来完成)。