From cc1b3057a9817b1fc4852a4b3494bae3562bf5cc Mon Sep 17 00:00:00 2001 From: Ignacio Tolstoy Date: Sun, 11 Jan 2015 16:22:08 +0100 Subject: [PATCH] Fix closing code tag in TLS doc. Just a quick fix in the docs. --- docs/tls.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/tls.md b/docs/tls.md index d3d0eaa8..110cd761 100644 --- a/docs/tls.md +++ b/docs/tls.md @@ -50,7 +50,8 @@ client = docker.Client(base_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