Issues with running Container Resources on Linux #5573
-
Hey all! High level use case is very simple: My specific case would be GitHub actions Acr controller running DinD runners.
When zooming in on why I see that dcpctrl is listening on 127.0.0.1 instead of 0.0.0.0 My weird conclusion is that apparently a container can not connect to any other proxied service when running on Linux? Any help is greatly appreciated! Thank you, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@karolz-ms is there any way to instruct the dcpctrl to listen on all interfaces instead of 127.0.0.1 for proxying? Thank you ! |
Beta Was this translation helpful? Give feedback.
Alexander, sorry for late reply.
We are working to make it possible to do so (i.e. bind to all interfaces via
0.0.0.0
pseudo-address, or bind to specific network interface) in Aspire 9 release (ETA ~couple of months from now). In the currently-available Aspire releases it is kind of buggy