aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@free.fr>2011-02-01 14:49:40 +0100
committerDaniel Lezcano <dlezcano@fr.ibm.com>2011-02-01 14:49:40 +0100
commit829dd9183cbefccdf38f87463fa5c2719e774204 (patch)
tree17d67a0284357abaf0391d2b8af30ccbfde4c52a /doc
parentlxc-0.7.4-rc1 (diff)
downloadlxc-829dd9183cbefccdf38f87463fa5c2719e774204.tar.gz
lxc-829dd9183cbefccdf38f87463fa5c2719e774204.tar.bz2
lxc-829dd9183cbefccdf38f87463fa5c2719e774204.zip
lxc-start can output the console to a filelxc-0.7.4-rc1
Add the ability to specify a file to output the console. Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/lxc-start.sgml.in18
1 files changed, 17 insertions, 1 deletions
diff --git a/doc/lxc-start.sgml.in b/doc/lxc-start.sgml.in
index 0fa43df..1f6c293 100644
--- a/doc/lxc-start.sgml.in
+++ b/doc/lxc-start.sgml.in
@@ -49,7 +49,9 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
<refsynopsisdiv>
<cmdsynopsis><command>lxc-start <replaceable>-n
name</replaceable> <optional>-f
- config_file</optional> <optional>-s KEY=VAL</optional>
+ config_file</optional> <optional>-c
+ console_file</optional> <optional>-d</optional> <optional>-s
+ KEY=VAL</optional>
<optional>command</optional></command></cmdsynopsis>
</refsynopsisdiv>
@@ -120,6 +122,20 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
<varlistentry>
<term>
+ <option>-c,
+ --console <replaceable>console_file</replaceable></option>
+ </term>
+ <listitem>
+ <para>
+ Specify a file to output the container console. If the
+ option is not specified the output will go the terminal
+ except if the <option>-d</option> is specified.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>
<option>-s, --define <replaceable>KEY=VAL</replaceable></option>
</term>
<listitem>