Skip to content

Commit d528e7e

Browse files
committed
Incorrect argument list in TLS docs
1 parent 8393dbc commit d528e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ Equivalent CLI options: `docker --tlsverify --tlscacert /path/to/ca.pem ...`
379379

380380
```python
381381
tls_config = docker.tls.TLSConfig(
382-
True, client_cert=('/path/to/client-cert.pem', '/path/to/client-key.pem')
382+
client_cert=('/path/to/client-cert.pem', '/path/to/client-key.pem')
383383
)
384384
client = docker.Client(base_url='<https_url>', tls=tls_config)
385385
```

0 commit comments

Comments
 (0)