When I look at the docker-java project's github pages, I can see that it's able to get DOCKER_HOST and DOCKER_CERT_PATH from the environment. I'm installing Docker Engine's using Docker Machine so it configures TLS certificates for all machines. When I pass these env vars to the service, it cannot connect to the master:
Sorry it's my bad. I forgot to mount host directory (certificates) to the container so it wasn't able to find the certificates. Thank you for this plugin btw!
Hi @bitsofinfo,
When I look at the docker-java project's github pages, I can see that it's able to get
DOCKER_HOST
andDOCKER_CERT_PATH
from the environment. I'm installing Docker Engine's using Docker Machine so it configures TLS certificates for all machines. When I pass these env vars to the service, it cannot connect to the master:Have you tested this with TLS and get it to work?