]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
lxc.conf: note the 'lxc.network.type = none' option
authorSerge Hallyn <serge.hallyn@ubuntu.com>
Wed, 15 Jan 2014 17:13:39 +0000 (11:13 -0600)
committerStéphane Graber <stgraber@ubuntu.com>
Wed, 15 Jan 2014 17:20:50 +0000 (12:20 -0500)
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
doc/lxc.conf.sgml.in

index 4910cffba71d9f71631182ad04226593c02c486b..897738fb5b01c49fc03a8b027423b5b37112c586 100644 (file)
@@ -229,6 +229,15 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
              virtualization types can be:
            </para>
 
+           <para>
+             <option>none:</option> will cause the container to share
+             the host's network namespace.  This means the host
+             network devices are usable in the container.  It also
+             means that if both the container and host have upstart as
+             init, 'halt' in a container (for instance) will shut down the
+             host.
+           </para>
+
            <para>
              <option>empty:</option> will create only the loopback
              interface.