[lxc-devel] [PATCH 1/1] lxc.conf: note the 'lxc.network.type = none' option

Serge Hallyn serge.hallyn at ubuntu.com
Wed Jan 15 17:13:39 UTC 2014


Signed-off-by: Serge Hallyn <serge.hallyn at ubuntu.com>
---
 doc/lxc.conf.sgml.in | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/doc/lxc.conf.sgml.in b/doc/lxc.conf.sgml.in
index ba10939..cadcc66 100644
--- a/doc/lxc.conf.sgml.in
+++ b/doc/lxc.conf.sgml.in
@@ -230,6 +230,15 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 	    </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.
 	    </para>
-- 
1.8.5.2



More information about the lxc-devel mailing list