Extend documentation of network_mode parameter.

This commit is contained in:
Nicolas Delaby 2015-11-26 12:11:32 +01:00
parent b225263279
commit a0b674a0ea

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::