Skip to content

Commit 48b5c07

Browse files
dimaspivakshin-
authored andcommitted
client.networks.create check_duplicates docs not reflective of behavior
Fixes #1693 Signed-off-by: Dima Spivak <[email protected]>
1 parent 9abcacc commit 48b5c07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/api/network.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def create_network(self, name, driver=None, options=None, ipam=None,
5252
options (dict): Driver options as a key-value dictionary
5353
ipam (IPAMConfig): Optional custom IP scheme for the network.
5454
check_duplicate (bool): Request daemon to check for networks with
55-
same name. Default: ``True``.
55+
same name. Default: ``None``.
5656
internal (bool): Restrict external access to the network. Default
5757
``False``.
5858
labels (dict): Map of labels to set on the network. Default

0 commit comments

Comments
 (0)