For containers that want docker socket volume mounts, how do you point them to docker-socket-proxy? #153
Unanswered
SawkeeReemo
asked this question in
Q&A
Replies: 1 comment
-
|
Usage of the docker socket proxy implies in switching from a direct volume access to the HTTP protocol (TCP socket). or configuring the proxy address/port directly in its config, it might not be compatible with proxy usage. For your particular example, I never used Glance so I looked up its doc page, did not see an explicit mention of using this environment variable. Then I did a more general search and the results indicated it should support it. |
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.
-
Sorry, bit of a newb on this specific service. I learned about docker-socket-proxy while installing Homepage, and I'm here wondering how I point other containers, like Glances system monitoring service, to this proxy service when they are looking to volume mount my docker socket. Do you mount something from docker-socket-proxy's volumes instead? Not sure how to use this with other services since it seems to be a function built into Homepage's config instead of a compose env var or vomume mount.
Beta Was this translation helpful? Give feedback.
All reactions