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 acfa99d commit 6f18b4aCopy full SHA for 6f18b4a
docs/api.md
@@ -12,7 +12,8 @@ c = Client(base_url='unix://var/run/docker.sock')
12
13
* base_url (str): Refers to the protocol+hostname+port where the Docker server
14
is hosted.
15
-* version (str): The version of the API the client will use
+* version (str): The version of the API the client will use. Specify `'auto'`
16
+ to use the API version provided by the server.
17
* timeout (int): The HTTP request timeout, in seconds.
18
* tls (bool or [TLSConfig](tls.md#TLSConfig)): Equivalent CLI options: `docker --tls ...`
19
0 commit comments