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 8393dbc commit d528e7eCopy full SHA for d528e7e
README.md
@@ -379,7 +379,7 @@ Equivalent CLI options: `docker --tlsverify --tlscacert /path/to/ca.pem ...`
379
380
```python
381
tls_config = docker.tls.TLSConfig(
382
- True, client_cert=('/path/to/client-cert.pem', '/path/to/client-key.pem')
+ client_cert=('/path/to/client-cert.pem', '/path/to/client-key.pem')
383
)
384
client = docker.Client(base_url='<https_url>', tls=tls_config)
385
```
0 commit comments