]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
doc: Add lxc.ephemeral in Korean lxc.container.conf(5)
authorSungbae Yoo <sungbae.yoo@samsung.com>
Thu, 8 Oct 2015 03:06:25 +0000 (12:06 +0900)
committerStéphane Graber <stgraber@ubuntu.com>
Thu, 29 Oct 2015 21:45:47 +0000 (17:45 -0400)
Update for commit 4e6eb26

Signed-off-by: Sungbae Yoo <sungbae.yoo@samsung.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
doc/ko/lxc.container.conf.sgml.in

index 6d225a8701ee54b52882faf42982201cd1707653..f06e5593da3d7c711da58c8bc2f5edb7af78549b 100644 (file)
@@ -368,6 +368,32 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
       </variablelist>
     </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>