]> git.proxmox.com Git - mirror_lxc.git/blobdiff - doc/common_options.sgml.in
seccomp: use SOCK_SEQPACKET for the notify proxy
[mirror_lxc.git] / doc / common_options.sgml.in
index 4a0b689fb2c25d7f184e77b2bc34bacba752d6fd..978c0ba0d329d7150dc58b37f22635398624e105 100644 (file)
@@ -5,7 +5,7 @@ lxc: linux Container library
 (C) Copyright IBM Corp. 2007, 2008
 
 Authors:
-Daniel Lezcano <dlezcano at fr.ibm.com>
+Daniel Lezcano <daniel.lezcano at free.fr>
 
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
@@ -19,7 +19,7 @@ Lesser General Public License for more details.
 
 You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 
 -->
 
@@ -57,6 +57,15 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
       </listitem>
     </varlistentry>
 
+    <varlistentry>
+      <term><option>-P, --lxcpath=<replaceable>PATH</replaceable></option></term>
+      <listitem>
+       <para>
+         Use an alternate container path.  The default is @LXCPATH@.
+       </para>
+      </listitem>
+    </varlistentry>
+
     <varlistentry>
       <term><option>-o, --logfile=<replaceable>FILE</replaceable></option></term>
       <listitem>
@@ -79,6 +88,11 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
          <literal>NOTICE</literal>, <literal>INFO</literal>,
          <literal>DEBUG</literal>.
        </para>
+       <para>
+       Note that this option is setting the priority of the events
+       log in the alternate log file. It do not have effect on the
+       ERROR events log on stderr.
+       </para>
       </listitem>
     </varlistentry>
 
@@ -91,6 +105,30 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
        </para>
       </listitem>
     </varlistentry>
+
+    <varlistentry>
+      <term><option>--rcfile=<replaceable>FILE</replaceable></option></term>
+      <listitem>
+       <para>
+         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>
+
+    <varlistentry>
+      <term><option>--version</option></term>
+      <listitem>
+        <para>
+          Show the version number.
+        </para>
+      </listitem>
+    </varlistentry>
   </variablelist>
 
 </refsect1>