docker daemon http proxy and quickstart #444
msegura501
started this conversation in
Show and tell
Replies: 1 comment
-
|
I personally think that's something the environment should be aware of and overriding for, not Artifact Keeper, mostly because in this case it might be nice to cater to the edge case, but the cost is that now behavior is weird when you expect it to honor the common proxy env vars. I'll put a possibly change to help both cases without having them fight in the PR the references this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Many organizations are using an http proxy so that direct access is not possible.
In this configuration, many docker default setup are making the proxy directly available within containers (see here).
This creates a situation where caddy tries to go the configured http proxy provided by the docker daemon instead of using a direct connection to the other containers.
Beta Was this translation helpful? Give feedback.
All reactions