[lxc-devel] [PATCH] doc: Add lxc.ephemeral in Korean lxc.container.conf(5)

Sungbae Yoo sungbae.yoo at samsung.com
Thu Oct 8 03:06:25 UTC 2015


Update for commit 4e6eb26

Signed-off-by: Sungbae Yoo <sungbae.yoo at samsung.com>

diff --git a/doc/ko/lxc.container.conf.sgml.in b/doc/ko/lxc.container.conf.sgml.in
index 6d225a8..f06e559 100644
--- a/doc/ko/lxc.container.conf.sgml.in
+++ b/doc/ko/lxc.container.conf.sgml.in
@@ -369,6 +369,32 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
     </refsect2>
 
     <refsect2>
+      <title><!-- Ephemeral -->임시 컨테이너</title>
+      <para>
+        <!--
+        Allows one to specify whether a container will be destroyed on shutdown.
+          -->
+        컨테이너가 종료될 때, 해당 컨테이너를 제거할지 여부를 지정할 수 있다.
+      </para>
+      <variablelist>
+        <varlistentry>
+          <term>
+            <option>lxc.ephemeral</option>
+          </term>
+          <listitem>
+            <para>
+              <!--
+              The only allowed values are 0 and 1. Set this to 1 to destroy a
+              container on shutdown.
+                -->
+              지정 가능한 값은 0 또는 1이다. 1로 설정하면, 컨테이너를 종료할 때 해당 컨테이너를 제거한다.
+            </para>
+          </listitem>
+        </varlistentry>
+      </variablelist>
+    </refsect2>
+
+    <refsect2>
       <title><!-- Network -->네트워크</title>
       <para>
         <!--
-- 
1.9.1



More information about the lxc-devel mailing list