-
|
Hi everyone! ContextI'm building an application based on ASP .NET Core that exposes APIs to retreive informations based on Docker containers, to do so I'm using the ProblemSince I need to talk to the docker.sock file to be able to read informations about containers, I'm trying to bind it to the container of my project in Aspire, the problem is that the extension method
Questions
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
My bad, I didn't know that AppResource runs on the host and not inside a container |
Beta Was this translation helpful? Give feedback.
My bad, I didn't know that AppResource runs on the host and not inside a container