]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
man update lxc-create lxc-destroy
authorMichel Normand <normand@fr.ibm.com>
Thu, 29 Apr 2010 08:03:59 +0000 (10:03 +0200)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Thu, 29 Apr 2010 08:03:59 +0000 (10:03 +0200)
Signed-off-by: Michel Normand <normand@fr.ibm.com>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
doc/lxc-create.sgml.in
doc/lxc-destroy.sgml.in
doc/lxc-start.sgml.in

index 2d7ccead95ff9ea9aaedac5abe91665545e38fcf..5505eeac01e11b49c71cc32edc3901af74d23eaa 100644 (file)
@@ -64,9 +64,12 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
       is used to specify the container to be used with the different
       lxc commands.
     </para>
+    <para>
+      The object is a directory created in @LXCPATH@ and identified by its name.
+    </para>
 
     <para>
-      This object is the definition of the different resources an
+      The object is the definition of the different resources an
       application can use or can see. The more the configuration file
       contains informations, the more the container is isolated and
       the more the application is jailed.
@@ -103,8 +106,9 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
          <para>
            'template' is the short name of an existing 'lxc-template'
            script that is called by lxc-create.
-           eg: lxc-debian, lxc-busybox ...
-           Refer to those exemples for details of expecting script structure.
+           eg: lxc-busybox, lxc-debian, lxc-fedora, lxc-sshd.
+           Refer to those exemples in @BINDIR@
+           for details of expecting script structure.
          </para>
        </listitem>
       </varlistentry>
index 841755b73594f61f68c6e9f4e6f21f38493956ca..eda425cfefa37e4f671764d03421bbdaf5d89ae6 100644 (file)
@@ -57,10 +57,8 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
     <title>Description</title>
 
     <para>
-      <command>lxc-destroy</command> destroys the directory where is
-      stored the configuration and all the data contained in this
-      directory. After the destruction the container is no longer
-      available and should be recreated.
+      <command>lxc-destroy</command> destroys the system object
+      previously created by the <command>lxc-create</command> command.
     </para>
 
   </refsect1>
index 24e467afeb10620009c0d352337d0b9e96b18c70..0fa43dfd308434070a3c22165a6b8c62ef9bae01 100644 (file)
@@ -110,6 +110,11 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
            Specify the configuration file to configure the virtualization
            and isolation functionalities for the container.
          </para>
+         <para>
+          This configuration file if present will be used even if there is
+          already a configuration file present in the previously created
+          container (via lxc-create).
+         </para>
        </listitem>
       </varlistentry>