|
|
@ -99,7 +99,7 @@ notes:
|
|
|
|
You can define C(DOCKER_HOST), C(DOCKER_TLS_HOSTNAME), C(DOCKER_API_VERSION), C(DOCKER_CERT_PATH), C(DOCKER_SSL_VERSION),
|
|
|
|
You can define C(DOCKER_HOST), C(DOCKER_TLS_HOSTNAME), C(DOCKER_API_VERSION), C(DOCKER_CERT_PATH), C(DOCKER_SSL_VERSION),
|
|
|
|
C(DOCKER_TLS), C(DOCKER_TLS_VERIFY) and C(DOCKER_TIMEOUT). If you are using docker machine, run the script shipped
|
|
|
|
C(DOCKER_TLS), C(DOCKER_TLS_VERIFY) and C(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
|
|
|
|
U(https://docker-py.readthedocs.io/en/stable/machine/) for more details.
|
|
|
|
U(https://docs.docker.com/machine/reference/env/) for more details.
|
|
|
|
- When connecting to Docker daemon with TLS, you might need to install additional Python packages.
|
|
|
|
- When connecting to Docker daemon with TLS, you might need to install additional Python packages.
|
|
|
|
For the Docker SDK for Python, version 2.4 or newer, this can be done by installing C(docker[tls]) with M(pip).
|
|
|
|
For the Docker SDK for Python, version 2.4 or newer, this can be done by installing C(docker[tls]) with M(pip).
|
|
|
|
- Note that the Docker SDK for Python only allows to specify the path to the Docker configuration for very few functions.
|
|
|
|
- Note that the Docker SDK for Python only allows to specify the path to the Docker configuration for very few functions.
|
|
|
|