We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9abcacc commit 48b5c07Copy full SHA for 48b5c07
docker/api/network.py
@@ -52,7 +52,7 @@ def create_network(self, name, driver=None, options=None, ipam=None,
52
options (dict): Driver options as a key-value dictionary
53
ipam (IPAMConfig): Optional custom IP scheme for the network.
54
check_duplicate (bool): Request daemon to check for networks with
55
- same name. Default: ``True``.
+ same name. Default: ``None``.
56
internal (bool): Restrict external access to the network. Default
57
``False``.
58
labels (dict): Map of labels to set on the network. Default
0 commit comments