aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@free.fr>2011-08-09 16:51:01 +0200
committerDaniel Lezcano <dlezcano@fr.ibm.com>2011-08-09 16:51:01 +0200
commitdff21ef019d001a25adcaa947d67942b61bbab22 (patch)
treedc3499bc7ecfec16c5f9e1373571035e75e781f5 /doc
parentUse container's /run/utmp if it exists (diff)
downloadlxc-dff21ef019d001a25adcaa947d67942b61bbab22.tar.gz
lxc-dff21ef019d001a25adcaa947d67942b61bbab22.tar.bz2
lxc-dff21ef019d001a25adcaa947d67942b61bbab22.zip
explicitly do not use the console
If the keyword 'none' is specified for the console name, lxc will ignore creating a console. That allows to have a rootfs but without a console. Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/lxc.conf.sgml.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/lxc.conf.sgml.in b/doc/lxc.conf.sgml.in
index c4cb327..cfaa686 100644
--- a/doc/lxc.conf.sgml.in
+++ b/doc/lxc.conf.sgml.in
@@ -372,7 +372,10 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
<listitem>
<para>
Specify a path to a file where the console output will
- be written.
+ be written. The keyword 'none' will simply disable the
+ console. This is dangerous once if have a rootfs with a
+ console device file where the application can write, the
+ messages will fall in the host.
</para>
</listitem>
</varlistentry>