mirror of https://github.com/docker/docker-py.git
Fix `network_mode` API documentation wording
Signed-off-by: p1100i <p1100i@gmx.com>
This commit is contained in:
parent
61bab63798
commit
189552eb57
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue