Skip to content

Commit 349c6c5

Browse files
committed
Merge branch 'master' of github.com:docker/docker-py
2 parents ba0680d + abff0fa commit 349c6c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/tls.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ client = docker.Client(base_url='<https_url>', tls=tls_config)
5050

5151
Equivalent CLI options:
5252
```bash
53-
docker --tlsverify --tlscacert /path/to/ca.pem ...`
53+
docker --tlsverify --tlscacert /path/to/ca.pem ...
54+
```
5455

5556
## Authenticate with client certificate, do not authenticate server based on given CA
5657

0 commit comments

Comments
 (0)