diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-08-02 04:49:37 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-08-02 04:49:37 +0200 |
commit | a41fe3a29372f8e6c4e7733bf85940a023811301 (patch) | |
tree | 17a7ef7e41da9f0f0501f7f02a996acd0f67d155 /man/systemd-nspawn.xml | |
parent | 72b9ed828bd22f3ddd74b6853c183eebf006d6d8 (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.xml | 11 |
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> |