added missing alias to docker doc fragment

This commit is contained in:
Brian Coca 2016-04-25 10:20:46 -04:00
parent 87d2345cf5
commit 0f9eaedfa9

View file

@ -26,6 +26,7 @@ options:
- URL or Unix socket path used to connect to the Docker daemon. - URL or Unix socket path used to connect to the Docker daemon.
required: false required: false
default: null default: null
aliases: ['docker_url']
tls_hostname: tls_hostname:
description: description:
- If verifying the name of the host found in the TLS certs, provide the expected host name. - If verifying the name of the host found in the TLS certs, provide the expected host name.
@ -76,4 +77,4 @@ notes:
DOCKER_TLS, DOCKER_TLS_VERIFY and DOCKER_TIMEOUT. If you are using docker machine, run the script shipped DOCKER_TLS, DOCKER_TLS_VERIFY and DOCKER_TIMEOUT. If you are using docker machine, run the script shipped
with the product that sets up the environment. It will set these variables for you. See with the product that sets up the environment. It will set these variables for you. See
https://docker-py.readthedocs.org/en/stable/machine/ for more details. https://docker-py.readthedocs.org/en/stable/machine/ for more details.
''' '''