Fix `network_mode` API documentation wording

Signed-off-by: p1100i <p1100i@gmx.com>
This commit is contained in:
p1100i 2019-02-21 07:55:38 +01:00
parent 61bab63798
commit 189552eb57
1 changed files with 1 additions and 1 deletions

View File

@ -512,7 +512,7 @@ class ContainerApiMixin(object):
network_mode (str): One of:
- ``bridge`` Create a new network stack for the container on
on the bridge network.
the bridge network.
- ``none`` No networking for this container.
- ``container:<name|id>`` Reuse another container's network
stack.