From c2925a384bc76abba9260a4d75f71742ebb615c3 Mon Sep 17 00:00:00 2001 From: Dima Spivak Date: Mon, 31 Jul 2017 15:04:15 -0700 Subject: [PATCH] client.networks.create check_duplicates docs not reflective of behavior Fixes #1693 Signed-off-by: Dima Spivak --- docker/api/network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/api/network.py b/docker/api/network.py index 5549bf0c..befbb583 100644 --- a/docker/api/network.py +++ b/docker/api/network.py @@ -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