diff options
author | Michel Normand <normand@fr.ibm.com> | 2010-04-29 10:03:59 +0200 |
---|---|---|
committer | Daniel Lezcano <dlezcano@fr.ibm.com> | 2010-04-29 10:03:59 +0200 |
commit | 94b81f611fde1efdda844171d7b0d1f2d8f86ce6 (patch) | |
tree | 4cee87dba38e1f94c97fd95fa6fb0a6df5bc9e4a /doc/lxc-start.sgml.in | |
parent | man update lxc (diff) | |
download | lxc-94b81f611fde1efdda844171d7b0d1f2d8f86ce6.tar.gz lxc-94b81f611fde1efdda844171d7b0d1f2d8f86ce6.tar.bz2 lxc-94b81f611fde1efdda844171d7b0d1f2d8f86ce6.zip |
man update lxc-execute and lxc-start (V2)
Signed-off-by: Michel Normand <normand@fr.ibm.com>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Diffstat (limited to 'doc/lxc-start.sgml.in')
-rw-r--r-- | doc/lxc-start.sgml.in | 37 |
1 files changed, 17 insertions, 20 deletions
diff --git a/doc/lxc-start.sgml.in b/doc/lxc-start.sgml.in index 5bb34cd..24e467a 100644 --- a/doc/lxc-start.sgml.in +++ b/doc/lxc-start.sgml.in @@ -57,20 +57,27 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA <title>Description</title> <para> - <command>lxc-start</command> runs the specified command inside - the container specified by name. It will setup the container - according the configuration previously defined with the - lxc-create command or with the configuration file parameter and - execute the command inside the container. If no configuration is - defined, the default isolation is used. The orphan process group + <command>lxc-start</command> runs the specified + <replaceable>command</replaceable> inside the container + specified by <replaceable>name</replaceable>. + </para> + <para> + It will setup the container + according to the configuration previously defined with the + lxc-create command or with the configuration file parameter. + If no configuration is + defined, the default isolation is used. + </para> + <para> + The orphan process group and daemon are not supported by this command, use the <command>lxc-execute</command> command instead. - + </para> + <para> If no command is specified, <command>lxc-start</command> will use the default <command>"/sbin/init"</command> command to run a system container. - </para> </refsect1> @@ -96,7 +103,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA <varlistentry> <term> - <option>-f <replaceable>config_file</replaceable></option> + <option>-f, --rcfile <replaceable>config_file</replaceable></option> </term> <listitem> <para> @@ -108,7 +115,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA <varlistentry> <term> - <option>-s <replaceable>KEY=VAL</replaceable></option> + <option>-s, --define <replaceable>KEY=VAL</replaceable></option> </term> <listitem> <para> @@ -141,16 +148,6 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA </listitem> </varlistentry> - <varlistentry> - <term>The container was not found</term> - <listitem> - <para> - The specified container was not created before with - the <command>lxc-create</command> - </para> - </listitem> - </varlistentry> - </variablelist> </refsect1> |