summaryrefslogtreecommitdiff
path: root/man/systemd-nspawn.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-08-02 04:49:37 +0200
committerLennart Poettering <lennart@poettering.net>2011-08-02 04:49:37 +0200
commita41fe3a29372f8e6c4e7733bf85940a023811301 (patch)
tree17a7ef7e41da9f0f0501f7f02a996acd0f67d155 /man/systemd-nspawn.xml
parent72b9ed828bd22f3ddd74b6853c183eebf006d6d8 (diff)
nspawn: add new --no-net switch to turn off networking in the container
Diffstat (limited to 'man/systemd-nspawn.xml')
-rw-r--r--man/systemd-nspawn.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml
index 03c39fc3de..8b37519ad5 100644
--- a/man/systemd-nspawn.xml
+++ b/man/systemd-nspawn.xml
@@ -123,6 +123,7 @@
<variablelist>
<varlistentry>
<term><option>--help</option></term>
+ <term><option>-h</option></term>
<listitem><para>Prints a short help
text and exits.</para></listitem>
@@ -152,6 +153,16 @@
</para></listitem>
</varlistentry>
+ <varlistentry>
+ <term><option>--no-net</option></term>
+
+ <listitem><para>Turn off networking in
+ the container. This makes all network
+ interfaces unavailable in the
+ container, with the exception of the
+ loopback device.</para></listitem>
+ </varlistentry>
+
</variablelist>
</refsect1>