diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-02-13 03:27:39 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-02-13 03:27:39 +0100 |
commit | aa28aefe61c5406c5cb631f3e82457b6d1bcc967 (patch) | |
tree | 6f14c66ffb1c445c492831afa2b7c309720883cd /man | |
parent | 39ed67d14694983dabd6641c02216aa440eed767 (diff) |
nspawn: add new --network-interface= switch to move an existing interface into the container
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-nspawn.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index ba2c5a487b..7a88436bcf 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -281,6 +281,19 @@ </varlistentry> <varlistentry> + <term><option>--network-interface=</option></term> + + <listitem><para>Assign the specified + network interface to the + container. This will move the + specified interface from the calling + namespace and place it in the + container. When the container + terminates it is moved back to the + host namespace.</para></listitem> + </varlistentry> + + <varlistentry> <term><option>--read-only</option></term> <listitem><para>Mount the root file |