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 3ee3a24 commit 55f4729Copy full SHA for 55f4729
docs/tls.rst
@@ -15,7 +15,7 @@ For example, to check the server against a specific CA certificate:
15
16
.. code-block:: python
17
18
- tls_config = docker.tls.TLSConfig(ca_cert='/path/to/ca.pem')
+ tls_config = docker.tls.TLSConfig(ca_cert='/path/to/ca.pem', verify=True)
19
client = docker.DockerClient(base_url='<https_url>', tls=tls_config)
20
21
This is the equivalent of ``docker --tlsverify --tlscacert /path/to/ca.pem ...``.
0 commit comments