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

enable mixed hosts with and without TLS #13

Open
cglewis opened this issue Dec 1, 2014 · 0 comments
Open

enable mixed hosts with and without TLS #13

cglewis opened this issue Dec 1, 2014 · 0 comments

Comments

@cglewis
Copy link

cglewis commented Dec 1, 2014

wrap calls with the proper environment variables:

for TLS:
DOCKER_TLS_VERIFY="1"

for non-TLS:
DOCKER_TLS_VERIFY=

check based on port being 2375 or 2376 to determine tls or not

schvin added a commit that referenced this issue Dec 4, 2014
schvin added a commit that referenced this issue Dec 4, 2014
schvin added a commit that referenced this issue Dec 4, 2014
schvin added a commit that referenced this issue Dec 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant