mirror of https://github.com/docker/docker-py.git
client.networks.create check_duplicates docs not reflective of behavior
Fixes #1693 Signed-off-by: Dima Spivak <dima@spivak.ch>
This commit is contained in:
parent
d68996f953
commit
c2925a384b
|
@ -52,7 +52,7 @@ class NetworkApiMixin(object):
|
|||
options (dict): Driver options as a key-value dictionary
|
||||
ipam (IPAMConfig): Optional custom IP scheme for the network.
|
||||
check_duplicate (bool): Request daemon to check for networks with
|
||||
same name. Default: ``True``.
|
||||
same name. Default: ``None``.
|
||||
internal (bool): Restrict external access to the network. Default
|
||||
``False``.
|
||||
labels (dict): Map of labels to set on the network. Default
|
||||
|
|
Loading…
Reference in New Issue