I am new to Docker, using boot2docker on Windows 7.
While I was trying to configure Docker build through spotify maven plugin, I was asked to set below env variables :
DOCKER_HOST
DOCKER_CERT_PATH
DOCKER_TLS_VERIFY
Configuration was successful but am not sure
What does the DOCKER_TLS_VERIFY
and DOCKER_CERT_PATH
variables do ?
As mentioned in the README:
In a more dynamic environment, where the boot2docker ip can change, see issue 944.
Please check below comments for now. I'm not a Go developer but I understand usage from it. To be edited later as it is too Spartan.
from https://github.com/docker/docker/blob/3ea762b9f6ba256cf51bd2c35988f0c48bccf0b0/client/client.go