Skip to content

Commit cc1b305

Browse files
committed
Fix closing code tag in TLS doc.
Just a quick fix in the docs.
1 parent 9e295d6 commit cc1b305

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)