What does the DOCKER_TLS_VERIFY and DOCKER_CERT_PATH variable do?
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 : By default, boot2docker runs docker with TLS enabled . It auto-generates certificates and stores them in /home/docker/.docker inside the VM. The boot2docker up command will copy them to ~/.boot2docker/certs on the host machine once the VM has