Kaydet (Commit) d528e7ea authored tarafından Joffrey F's avatar Joffrey F

Incorrect argument list in TLS docs

üst 8393dbca
......@@ -379,7 +379,7 @@ Equivalent CLI options: `docker --tlsverify --tlscacert /path/to/ca.pem ...`
```python
tls_config = docker.tls.TLSConfig(
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')
)
client = docker.Client(base_url='<https_url>', tls=tls_config)
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment