Merge pull request #29221 from ticosax/docu-network_mode

[dokcerng] Docu network mode
This commit is contained in:
Justin Findlay 2015-11-30 12:22:49 -07:00
commit e5bd1c293d

View file

@ -1218,6 +1218,8 @@ def running(name,
``--net=none``)
- ``container:<name_or_id>`` - Reuses another container's network stack
- ``host`` - Use the host's network stack inside the container
- Any name that identifies an existing network that might be created
with ``dockerng.network_present``.
.. warning::