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.
2 parents ba0680d + abff0fa commit 349c6c5Copy full SHA for 349c6c5
docs/tls.md
@@ -50,7 +50,8 @@ client = docker.Client(base_url='<https_url>', tls=tls_config)
50
51
Equivalent CLI options:
52
```bash
53
-docker --tlsverify --tlscacert /path/to/ca.pem ...`
+docker --tlsverify --tlscacert /path/to/ca.pem ...
54
+```
55
56
## Authenticate with client certificate, do not authenticate server based on given CA
57
0 commit comments