-
Notifications
You must be signed in to change notification settings - Fork 712
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
Honor DOCKER_HOST in the probes #1975
Comments
#1626 is related. |
@2opremio regarding your comment:
Does it even make sense to honor |
Changed default for flag -app.docker to use the DOCKER_* env variables instead of hardcoded /var/run/docker.sock; uses docker's default if no DOCKER_HOST defined, for both probe and app. Fixes #1975
Changed default for flag `-app.docker` to use the DOCKER_* env variables instead of hardcoded /var/run/docker.sock; uses docker's default if no DOCKER_HOST defined, for both probe and app. Fixes #1975
Changed default for flag `-app.docker` to use the DOCKER_* env variables instead of hardcoded /var/run/docker.sock; uses docker's default if no DOCKER_HOST defined, for both probe and app. Fixes #1975
Right now we hardcode the docker endpoint to
unix:///var/run/docker.sock
The text was updated successfully, but these errors were encountered: