mirror of https://github.com/docker/docker-py.git
docs: remove duplicate 'on' in comment (#2370)
Remove duplicate 'on' in comment Signed-off-by: Thomas Gassmann <thomas.gassmann@hotmail.com>
This commit is contained in:
parent
631b332cd9
commit
3f0095a7c1
|
@ -670,7 +670,7 @@ class ContainerCollection(Collection):
|
||||||
network_mode (str): One of:
|
network_mode (str): One of:
|
||||||
|
|
||||||
- ``bridge`` Create a new network stack for the container on
|
- ``bridge`` Create a new network stack for the container on
|
||||||
on the bridge network.
|
the bridge network.
|
||||||
- ``none`` No networking for this container.
|
- ``none`` No networking for this container.
|
||||||
- ``container:<name|id>`` Reuse another container's network
|
- ``container:<name|id>`` Reuse another container's network
|
||||||
stack.
|
stack.
|
||||||
|
|
Loading…
Reference in New Issue