Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option for self-signed certificates for DOCKER_HOST over TLS #1317

Closed
dekobon opened this issue Apr 21, 2015 · 3 comments
Closed

Add option for self-signed certificates for DOCKER_HOST over TLS #1317

dekobon opened this issue Apr 21, 2015 · 3 comments

Comments

@dekobon
Copy link

dekobon commented Apr 21, 2015

With docker you can specify a Docker host that listens exclusively with TLS. Then you can use the parameter --tls and the environment variable DOCKER_CERT_PATH to connect to a Docker host with self-signed certificates.

However, when using Docker compose, you can't connect to a host using self-signed certs because the only option to enable TLS based Docker hosts is DOCKER_TLS_VERIFY and that environment variable has TLS verify baked into it. I need something more like a vanilla DOCKER_TLS environment variable or a CLI parameter that is equivalent of "docker --tls"

@eviking
Copy link

eviking commented Apr 30, 2015

+1

1 similar comment
@jgrowl
Copy link

jgrowl commented Jun 15, 2015

+1

@dnephin
Copy link

dnephin commented Sep 29, 2015

@dnephin dnephin closed this as completed Sep 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants