Kaydet (Commit) c2925a38 authored tarafından Dima Spivak's avatar Dima Spivak Kaydeden (comit) Joffrey F

client.networks.create check_duplicates docs not reflective of behavior

Fixes #1693
Signed-off-by: 's avatarDima Spivak <dima@spivak.ch>
üst d68996f9
...@@ -52,7 +52,7 @@ class NetworkApiMixin(object): ...@@ -52,7 +52,7 @@ class NetworkApiMixin(object):
options (dict): Driver options as a key-value dictionary options (dict): Driver options as a key-value dictionary
ipam (IPAMConfig): Optional custom IP scheme for the network. ipam (IPAMConfig): Optional custom IP scheme for the network.
check_duplicate (bool): Request daemon to check for networks with 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 internal (bool): Restrict external access to the network. Default
``False``. ``False``.
labels (dict): Map of labels to set on the network. Default labels (dict): Map of labels to set on the network. Default
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment