mirror of https://github.com/docker/docker-py.git
Merge pull request #456 from naxhh/patch-1
Fix closing code tag in TLS doc.
This commit is contained in:
commit
abff0fadf7
|
@ -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