Commit 4eeecbdb by KATOH Yasufumi

doc: Add proc section to Japanese lxc.container.conf(5)

Update for commit 61d7a733Signed-off-by: 's avatarKATOH Yasufumi <karma@jazz.email.ne.jp>
parent b45e48f0
...@@ -446,6 +446,37 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp> ...@@ -446,6 +446,37 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
</refsect2> </refsect2>
<refsect2> <refsect2>
<title>Proc</title>
<para>
<!--
Configure proc filesystem for the container.
-->
コンテナ内の proc ファイルシステムで設定できるパラメータを設定します。
</para>
<variablelist>
<varlistentry>
<term>
<option>lxc.proc.[proc file name]</option>
</term>
<listitem>
<para>
<!--
Specify the proc file name to be set. The file name available
are those listed under /proc/PID/.
Example:
-->
設定したい proc ファイルシステムのファイル名を指定します。指定できるファイル名は /proc/PID/ 以下に存在するものです。
例:
</para>
<programlisting>
lxc.proc.oom_score_adj = 10
</programlisting>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2>
<title><!-- Ephemeral -->一時的なコンテナ</title> <title><!-- Ephemeral -->一時的なコンテナ</title>
<para> <para>
<!-- <!--
......
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