[lxc-devel] [PATCH] Add lxc.ephemeral to lxc.container.conf manpage

Christian Brauner christianvanbrauner at gmail.com
Wed Sep 30 12:56:55 UTC 2015


Signed-off-by: Christian Brauner <christianvanbrauner at gmail.com>
---
 doc/lxc.container.conf.sgml.in | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/doc/lxc.container.conf.sgml.in b/doc/lxc.container.conf.sgml.in
index eb3241f..f816491 100644
--- a/doc/lxc.container.conf.sgml.in
+++ b/doc/lxc.container.conf.sgml.in
@@ -280,6 +280,26 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
     </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. 
+            </para>
+          </listitem>
+        </varlistentry>
+      </variablelist>
+    </refsect2>
+
+    <refsect2>
       <title>Network</title>
       <para>
         The network section defines how the network is virtualized in
-- 
2.6.0



More information about the lxc-devel mailing list