From fb19d064b19f56f7f1dc10c6b84b9cb86f60cf23 Mon Sep 17 00:00:00 2001 From: chouseknecht Date: Wed, 27 Apr 2016 04:04:40 -0400 Subject: [PATCH] Fixed docker_host definition. --- docsite/rst/guide_docker.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docsite/rst/guide_docker.rst b/docsite/rst/guide_docker.rst index 22ba63d0e6..88d39ad0a5 100644 --- a/docsite/rst/guide_docker.rst +++ b/docsite/rst/guide_docker.rst @@ -56,7 +56,8 @@ Control how modules connect to the Docker API by passing the following parameter docker_host The URL or Unix socket path used to connect to the Docker API. Defaults to ``unix://var/run/docker.sock``. To connect to a remote host, provide the TCP connection string. For example: ``tcp://192.168.99.100:2376``. If - TLS is used to encrypt the connection to the API, then 'tcp' in the connection URL will be replace with 'https'. + TLS is used to encrypt the connection to the API, then the module will automatically replace 'tcp' in the + connection URL with 'https'. api_version The version of the Docker API running on the Docker Host. Defaults to the latest version of the API supported @@ -80,7 +81,7 @@ Control how modules connect to the Docker API by passing the following parameter Path to the client's TLS certificate file. key_path - Path to the clients TLS key file. + Path to the client's TLS key file. tls_hostname When verifying the authenticity of the Docker Host server, provide the expected name of the server. Defaults