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 dc16b56 commit 0c8626eCopy full SHA for 0c8626e
docs/tls.md
@@ -72,7 +72,7 @@ docker --tls --tlscert /path/to/client-cert.pem --tlskey /path/to/client-key.pem
72
```python
73
tls_config = docker.tls.TLSConfig(
74
client_cert=('/path/to/client-cert.pem', '/path/to/client-key.pem'),
75
- ca_cert='/path/to/ca.pem'
+ verify='/path/to/ca.pem'
76
)
77
client = docker.Client(base_url='<https_url>', tls=tls_config)
78
```
0 commit comments