mirror of https://github.com/docker/docker-py.git
Fix closing code tag in TLS doc.
Just a quick fix in the docs.
This commit is contained in:
parent
9e295d666a
commit
cc1b3057a9
|
@ -50,7 +50,8 @@ client = docker.Client(base_url='<https_url>', tls=tls_config)
|
|||
|
||||
Equivalent CLI options:
|
||||
```bash
|
||||
docker --tlsverify --tlscacert /path/to/ca.pem ...`
|
||||
docker --tlsverify --tlscacert /path/to/ca.pem ...
|
||||
```
|
||||
|
||||
## Authenticate with client certificate, do not authenticate server based on given CA
|
||||
|
||||
|
|
Loading…
Reference in New Issue