Commit 86b484e9 by KATOH Yasufumi Committed by Stéphane Graber

doc: Add lxc.monitor.unshare to lxc.container.conf(5)

parent 3c08e893
...@@ -2339,6 +2339,22 @@ mknod errno 0 ...@@ -2339,6 +2339,22 @@ mknod errno 0
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term> <term>
<option>lxc.monitor.unshare</option>
</term>
<listitem>
<para>
<!--
If not zero the mount namespace will be unshared from the host
before initializing the container (before running any pre-start
hooks). This requires the CAP_SYS_ADMIN capability at startup.
Default is 0.
-->
この値が 0 でない場合、コンテナが初期化される前 (pre-start フックが実行される前) にマウント名前空間がホストから unshare されます。この機能を使う場合、スタート時に CAP_SYS_ADMIN ケーパビリティが必要です。デフォルト値は 0 です。
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>lxc.group</option> <option>lxc.group</option>
</term> </term>
<listitem> <listitem>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment